#330C9D

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

Shades of Persian Indigo #330C9D

Tints of Persian Indigo #330C9D

Color information

#330C9D (or 0x330C9D) is unknown color: approx Persian Indigo. HEX triplet: 33, 0C and 9D. RGB value is (51,12,157). Sum of RGB (Red+Green+Blue) = 51+12+157=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #330C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330C9D is #CCF362. Grayscale: #272727. Windows color (decimal): -13431651 or 10292275. OLE color: 10292275.

HSL color Cylindrical-coordinate representation of color #330C9D: hue angle of 256.14º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330C9D is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5112157-
CMYK0.680.9200.38
HSL256.14º85.8%33.14%-
HSV(B)256.14º92.36%61.57%-
XYZ7.583.432.16-
YUV40.19193.92135.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 157 (61.72% from 255) = 71.36%
R=23.18%
G=5.45%
B=71.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51121570.680.9200.38256.1485.833.14
Hex33C9D445C0261005621
Octal631423510413404640012641
Binary1100111100100111011000100101110001001101000000001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,12,157); }

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

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

 a { background-color: rgb(51,12,157); }

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

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

 span { border-color: rgb(51,12,157); }

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