Html Css Color HEX #36088E Persian Indigo

📋 copy color: '#36088E'

red 54 ◦ green 8 ◦ blue 142

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

Shades of Persian Indigo #36088E

Tints of Persian Indigo #36088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 26.47%
G = 3.92%
B = 69.61%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36088E (or 0x36088E) is known color: Persian Indigo. HEX triplet: 36, 08 and 8E. RGB value is (54,8,142). Sum of RGB (Red+Green+Blue) = 54+8+142=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #36088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36088E is #C9F771. Grayscale: #242424. Windows color (decimal): -13236082 or 9308214. OLE color: 9308214.

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

Color convert

RGB 54 8 142 -
CMYK 0.62 0.94 0 0.44
HSL 260.6º 0.89% 0.29% -
HSV(B) 260.6º 0.94% 0.56% -
XYZ 6.49 2.91 25.81 -
YUV 37.03 187.24 140.1 -
System Red Green Blue C M Y K H S L
Decimal 54 8 142 0.62 0.94 0 0.44 260.6 0.89 0.29
Hex 36 8 8E 3E 5E 0 2C 105 59 1D
Octal 66 10 216 76 136 0 54 405 131 35
Binary 110110 1000 10001110 111110 1011110 0 101100 100000101 1011001 11101

Color Harmonies of #36088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36088E

Black with #36088E

Text Example


Text Example

White with #36088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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