Html Css Color HEX #36009C Indigo

📋 copy color: '#36009C'

red 54 ◦ green 0 ◦ blue 156

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

Shades of Indigo #36009C

Tints of Indigo #36009C

RGB

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

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

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

R = 25.71%
G = 0%
B = 74.29%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36009C (or 0x36009C) is known color: Indigo. HEX triplet: 36, 00 and 9C. RGB value is (54,0,156). Sum of RGB (Red+Green+Blue) = 54+0+156=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #36009C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36009C is #C9FF63. Grayscale: #212121. Windows color (decimal): -13238116 or 10223670. OLE color: 10223670.

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

Color convert

RGB 54 0 156 -
CMYK 0.65 1 0 0.39
HSL 260.77º 1% 0.31% -
HSV(B) 260.77º 1% 0.61% -
XYZ 7.52 3.18 31.67 -
YUV 33.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 54 0 156 0.65 1 0 0.39 260.77 1 0.31
Hex 36 0 9C 41 64 0 27 105 64 1F
Octal 66 0 234 101 144 0 47 405 144 37
Binary 110110 0 10011100 1000001 1100100 0 100111 100000101 1100100 11111

Color Harmonies of #36009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36009C

Black with #36009C

Text Example


Text Example

White with #36009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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