Html Css Color HEX #33009F Persian Indigo

📋 copy color: '#33009F'

red 51 ◦ green 0 ◦ blue 159

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

Shades of Persian Indigo #33009F

Tints of Persian Indigo #33009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 75.71%

R = 24.29%
G = 0%
B = 75.71%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33009F (or 0x33009F) is known color: Persian Indigo. HEX triplet: 33, 00 and 9F. RGB value is (51,0,159). Sum of RGB (Red+Green+Blue) = 51+0+159=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 159 (62.5% from 255 or 75.71% from 210); Max value from RGB is 159 - color contains mainly: blue. Hex color #33009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33009F is #CCFF60. Grayscale: #202020. Windows color (decimal): -13434721 or 10420275. OLE color: 10420275.

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

Color convert

RGB 51 0 159 -
CMYK 0.68 1 0 0.38
HSL 259.25º 1% 0.31% -
HSV(B) 259.25º 1% 0.62% -
XYZ 7.62 3.21 33.02 -
YUV 33.38 198.9 140.57 -
System Red Green Blue C M Y K H S L
Decimal 51 0 159 0.68 1 0 0.38 259.25 1 0.31
Hex 33 0 9F 44 64 0 26 103 64 1F
Octal 63 0 237 104 144 0 46 403 144 37
Binary 110011 0 10011111 1000100 1100100 0 100110 100000011 1100100 11111

Color Harmonies of #33009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33009F

Black with #33009F

Text Example


Text Example

White with #33009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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