Html Css Color HEX #36009D Indigo

📋 copy color: '#36009D'

red 54 ◦ green 0 ◦ blue 157

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

Shades of Indigo #36009D

Tints of Indigo #36009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 74.41%

R = 25.59%
G = 0%
B = 74.41%

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

#36009D (or 0x36009D) is known color: Indigo. HEX triplet: 36, 00 and 9D. RGB value is (54,0,157). Sum of RGB (Red+Green+Blue) = 54+0+157=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #36009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36009D is #C9FF62. Grayscale: #212121. Windows color (decimal): -13238115 or 10289206. OLE color: 10289206.

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

Color convert

RGB 54 0 157 -
CMYK 0.66 1 0 0.38
HSL 260.64º 1% 0.31% -
HSV(B) 260.64º 1% 0.62% -
XYZ 7.61 3.22 32.12 -
YUV 34.04 197.39 142.23 -
System Red Green Blue C M Y K H S L
Decimal 54 0 157 0.66 1 0 0.38 260.64 1 0.31
Hex 36 0 9D 42 64 0 26 105 64 1F
Octal 66 0 235 102 144 0 46 405 144 37
Binary 110110 0 10011101 1000010 1100100 0 100110 100000101 1100100 11111

Color Harmonies of #36009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36009D

Black with #36009D

Text Example


Text Example

White with #36009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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