Html Css Color HEX #36088C Persian Indigo

📋 copy color: '#36088C'

red 54 ◦ green 8 ◦ blue 140

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

Shades of Persian Indigo #36088C

Tints of Persian Indigo #36088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 69.31%

R = 26.73%
G = 3.96%
B = 69.31%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36088C (or 0x36088C) is known color: Persian Indigo. HEX triplet: 36, 08 and 8C. RGB value is (54,8,140). Sum of RGB (Red+Green+Blue) = 54+8+140=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #36088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36088C is #C9F773. Grayscale: #242424. Windows color (decimal): -13236084 or 9177142. OLE color: 9177142.

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

Color convert

RGB 54 8 140 -
CMYK 0.61 0.94 0 0.45
HSL 260.91º 0.89% 0.29% -
HSV(B) 260.91º 0.94% 0.55% -
XYZ 6.34 2.85 25.03 -
YUV 36.8 186.24 140.27 -
System Red Green Blue C M Y K H S L
Decimal 54 8 140 0.61 0.94 0 0.45 260.91 0.89 0.29
Hex 36 8 8C 3D 5E 0 2D 105 59 1D
Octal 66 10 214 75 136 0 55 405 131 35
Binary 110110 1000 10001100 111101 1011110 0 101101 100000101 1011001 11101

Color Harmonies of #36088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36088C

Black with #36088C

Text Example


Text Example

White with #36088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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