Html Css Color HEX #36089C Persian Indigo

📋 copy color: '#36089C'

red 54 ◦ green 8 ◦ blue 156

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

Shades of Persian Indigo #36089C

Tints of Persian Indigo #36089C

RGB

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

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

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

R = 24.77%
G = 3.67%
B = 71.56%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36089C (or 0x36089C) is known color: Persian Indigo. HEX triplet: 36, 08 and 9C. RGB value is (54,8,156). Sum of RGB (Red+Green+Blue) = 54+8+156=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #36089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36089C is #C9F763. Grayscale: #262626. Windows color (decimal): -13236068 or 10225718. OLE color: 10225718.

HSL color Cylindrical-coordinate representation of color #36089C: hue angle of 258.65º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36089C is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 8 156 -
CMYK 0.65 0.95 0 0.39
HSL 258.65º 0.9% 0.32% -
HSV(B) 258.65º 0.95% 0.61% -
XYZ 7.61 3.36 31.7 -
YUV 38.63 194.24 138.97 -
System Red Green Blue C M Y K H S L
Decimal 54 8 156 0.65 0.95 0 0.39 258.65 0.9 0.32
Hex 36 8 9C 41 5F 0 27 103 5A 20
Octal 66 10 234 101 137 0 47 403 132 40
Binary 110110 1000 10011100 1000001 1011111 0 100111 100000011 1011010 100000

Color Harmonies of #36089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36089C

Black with #36089C

Text Example


Text Example

White with #36089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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