Html Css Color HEX #36168E Persian Indigo

📋 copy color: '#36168E'

red 54 ◦ green 22 ◦ blue 142

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

Shades of Persian Indigo #36168E

Tints of Persian Indigo #36168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

 BLUE value IS 142 (55.86% from 255) = 65.14%

R = 24.77%
G = 10.09%
B = 65.14%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36168E (or 0x36168E) is known color: Persian Indigo. HEX triplet: 36, 16 and 8E. RGB value is (54,22,142). Sum of RGB (Red+Green+Blue) = 54+22+142=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #36168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36168E is #C9E971. Grayscale: #2C2C2C. Windows color (decimal): -13232498 or 9311798. OLE color: 9311798.

HSL color Cylindrical-coordinate representation of color #36168E: hue angle of 256º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36168E is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 22 142 -
CMYK 0.62 0.85 0 0.44
HSL 256º 0.73% 0.32% -
HSV(B) 256º 0.85% 0.56% -
XYZ 6.69 3.31 25.88 -
YUV 45.25 182.6 134.24 -
System Red Green Blue C M Y K H S L
Decimal 54 22 142 0.62 0.85 0 0.44 256 0.73 0.32
Hex 36 16 8E 3E 55 0 2C 100 49 20
Octal 66 26 216 76 125 0 54 400 111 40
Binary 110110 10110 10001110 111110 1010101 0 101100 100000000 1001001 100000

Color Harmonies of #36168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36168E

Black with #36168E

Text Example


Text Example

White with #36168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36168E; }

 p { color: rgb(54,22,142); }

 H1.HeaderClassName
 {
   color: #36168E;
 }
 .AnyTagClassName
 {
   color: #36168E;
 }
</style>

background-color css

<style>
 a { background-color: #36168E; }

 a { background-color: rgb(54,22,142); }

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

border-color css

<style>
 span { border-color: #36168E; }

 span { border-color: rgb(54,22,142); }

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