#330f75

Color #330F75 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #330F75

Tints of Persian Indigo #330F75

Color information

#330F75 (or 0x330F75) is unknown color: approx Persian Indigo. HEX triplet: 33, 0F and 75. RGB value is (51,15,117). Sum of RGB (Red+Green+Blue) = 51+15+117=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #330F75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F75 is #CCF08A. Grayscale: #252525. Windows color (decimal): -13430923 or 7671603. OLE color: 7671603.

HSL color Cylindrical-coordinate representation of color #330F75: hue angle of 261.18º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #330F75 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5115117-
CMYK0.560.8700.54
HSL261.18º77.27%25.88%-
HSV(B)261.18º87.18%45.88%-
XYZ4.752.3317.03-
YUV37.39172.93137.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 15 (6.25% from 255) = 8.20%
BLUE value IS 117 (46.09% from 255) = 63.93%
R=27.87%
G=8.20%
B=63.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51151170.560.8700.54261.1877.2725.88
Hex33F7538570361054d1a
Octal63171657012706640511532
Binary1100111111111010111100010101110110110100000101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330f75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330f75; }

 p { color: rgb(51,15,117); }

 H1.HeaderClassName
 {
   color: #330f75;
 }
 .AnyTagClassName
 {
   color: #330f75;
 }
</style>
background-color css

<style>
 a { background-color: #330f75; }

 a { background-color: rgb(51,15,117); }

 div.DivClassName
 {
   background-color: #330f75;
 }
 .BgClassName
 {
   background-color: #330f75;
 }
</style>
border-color css

<style>
 span { border-color: #330f75; }

 span { border-color: rgb(51,15,117); }

 td.TdClassName
 {
   border-color: #330f75;
 }
 .TagClassName
 {
   border-color: #330f75;
 }
</style>