Html Css Color HEX #36009F Indigo

📋 copy color: '#36009F'

red 54 ◦ green 0 ◦ blue 159

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

Shades of Indigo #36009F

Tints of Indigo #36009F

RGB

 RED value IS 54 (21.48% from 255) = 25.35%

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

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

R = 25.35%
G = 0%
B = 74.65%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36009F (or 0x36009F) is known color: Indigo. HEX triplet: 36, 00 and 9F. RGB value is (54,0,159). Sum of RGB (Red+Green+Blue) = 54+0+159=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #36009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36009F is #C9FF60. Grayscale: #212121. Windows color (decimal): -13238113 or 10420278. OLE color: 10420278.

HSL color Cylindrical-coordinate representation of color #36009F: hue angle of 260.38º 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 #36009F is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 0 159 -
CMYK 0.66 1 0 0.38
HSL 260.38º 1% 0.31% -
HSV(B) 260.38º 1% 0.62% -
XYZ 7.78 3.29 33.03 -
YUV 34.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 54 0 159 0.66 1 0 0.38 260.38 1 0.31
Hex 36 0 9F 42 64 0 26 104 64 1F
Octal 66 0 237 102 144 0 46 404 144 37
Binary 110110 0 10011111 1000010 1100100 0 100110 100000100 1100100 11111

Color Harmonies of #36009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36009F

Black with #36009F

Text Example


Text Example

White with #36009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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