Html Css Color HEX #36159D Persian Indigo

📋 copy color: '#36159D'

red 54 ◦ green 21 ◦ blue 157

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

Shades of Persian Indigo #36159D

Tints of Persian Indigo #36159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.67%

R = 23.28%
G = 9.05%
B = 67.67%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36159D (or 0x36159D) is known color: Persian Indigo. HEX triplet: 36, 15 and 9D. RGB value is (54,21,157). Sum of RGB (Red+Green+Blue) = 54+21+157=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #36159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36159D is #C9EA62. Grayscale: #2D2D2D. Windows color (decimal): -13232739 or 10294582. OLE color: 10294582.

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

Color convert

RGB 54 21 157 -
CMYK 0.66 0.87 0 0.38
HSL 254.56º 0.76% 0.35% -
HSV(B) 254.56º 0.87% 0.62% -
XYZ 7.88 3.75 32.21 -
YUV 46.37 190.43 133.44 -
System Red Green Blue C M Y K H S L
Decimal 54 21 157 0.66 0.87 0 0.38 254.56 0.76 0.35
Hex 36 15 9D 42 57 0 26 FF 4C 23
Octal 66 25 235 102 127 0 46 377 114 43
Binary 110110 10101 10011101 1000010 1010111 0 100110 11111111 1001100 100011

Color Harmonies of #36159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36159D

Black with #36159D

Text Example


Text Example

White with #36159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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