Html Css Color HEX #36159C Persian Indigo

📋 copy color: '#36159C'

red 54 ◦ green 21 ◦ blue 156

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

Shades of Persian Indigo #36159C

Tints of Persian Indigo #36159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 23.38%
G = 9.09%
B = 67.53%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36159C (or 0x36159C) is known color: Persian Indigo. HEX triplet: 36, 15 and 9C. RGB value is (54,21,156). Sum of RGB (Red+Green+Blue) = 54+21+156=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #36159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36159C is #C9EA63. Grayscale: #2D2D2D. Windows color (decimal): -13232740 or 10229046. OLE color: 10229046.

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

Color convert

RGB 54 21 156 -
CMYK 0.65 0.87 0 0.39
HSL 254.67º 0.76% 0.35% -
HSV(B) 254.67º 0.87% 0.61% -
XYZ 7.79 3.72 31.76 -
YUV 46.26 189.93 133.52 -
System Red Green Blue C M Y K H S L
Decimal 54 21 156 0.65 0.87 0 0.39 254.67 0.76 0.35
Hex 36 15 9C 41 57 0 27 FF 4C 23
Octal 66 25 234 101 127 0 47 377 114 43
Binary 110110 10101 10011100 1000001 1010111 0 100111 11111111 1001100 100011

Color Harmonies of #36159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36159C

Black with #36159C

Text Example


Text Example

White with #36159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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