Html Css Color HEX #33009C Persian Indigo

📋 copy color: '#33009C'

red 51 ◦ green 0 ◦ blue 156

#33009C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #33009C

Tints of Persian Indigo #33009C

RGB

 RED value IS 51 (20.31% from 255) = 24.64%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 75.36%

R = 24.64%
G = 0%
B = 75.36%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33009C (or 0x33009C) is known color: Persian Indigo. HEX triplet: 33, 00 and 9C. RGB value is (51,0,156). Sum of RGB (Red+Green+Blue) = 51+0+156=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #33009C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33009C is #CCFF63. Grayscale: #202020. Windows color (decimal): -13434724 or 10223667. OLE color: 10223667.

HSL color Cylindrical-coordinate representation of color #33009C: hue angle of 259.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33009C is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 0 156 -
CMYK 0.67 1 0 0.39
HSL 259.62º 1% 0.31% -
HSV(B) 259.62º 1% 0.61% -
XYZ 7.37 3.1 31.66 -
YUV 33.03 197.4 140.82 -
System Red Green Blue C M Y K H S L
Decimal 51 0 156 0.67 1 0 0.39 259.62 1 0.31
Hex 33 0 9C 43 64 0 27 104 64 1F
Octal 63 0 234 103 144 0 47 404 144 37
Binary 110011 0 10011100 1000011 1100100 0 100111 100000100 1100100 11111

Color Harmonies of #33009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33009C

Black with #33009C

Text Example


Text Example

White with #33009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33009C; }

 p { color: rgb(51,0,156); }

 H1.HeaderClassName
 {
   color: #33009C;
 }
 .AnyTagClassName
 {
   color: #33009C;
 }
</style>

background-color css

<style>
 a { background-color: #33009C; }

 a { background-color: rgb(51,0,156); }

 div.DivClassName
 {
   background-color: #33009C;
 }
 .BgClassName
 {
   background-color: #33009C;
 }
</style>

border-color css

<style>
 span { border-color: #33009C; }

 span { border-color: rgb(51,0,156); }

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