Html Css Color HEX #36139F Persian Indigo

📋 copy color: '#36139F'

red 54 ◦ green 19 ◦ blue 159

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

Shades of Persian Indigo #36139F

Tints of Persian Indigo #36139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

 BLUE value IS 159 (62.5% from 255) = 68.53%

R = 23.28%
G = 8.19%
B = 68.53%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36139F (or 0x36139F) is known color: Persian Indigo. HEX triplet: 36, 13 and 9F. RGB value is (54,19,159). Sum of RGB (Red+Green+Blue) = 54+19+159=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #36139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36139F is #C9EC60. Grayscale: #2C2C2C. Windows color (decimal): -13233249 or 10425142. OLE color: 10425142.

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

Color convert

RGB 54 19 159 -
CMYK 0.66 0.88 0 0.38
HSL 255º 0.79% 0.35% -
HSV(B) 255º 0.88% 0.62% -
XYZ 8.01 3.75 33.1 -
YUV 45.43 192.1 134.12 -
System Red Green Blue C M Y K H S L
Decimal 54 19 159 0.66 0.88 0 0.38 255 0.79 0.35
Hex 36 13 9F 42 58 0 26 FF 4F 23
Octal 66 23 237 102 130 0 46 377 117 43
Binary 110110 10011 10011111 1000010 1011000 0 100110 11111111 1001111 100011

Color Harmonies of #36139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36139F

Black with #36139F

Text Example


Text Example

White with #36139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36139F; }

 p { color: rgb(54,19,159); }

 H1.HeaderClassName
 {
   color: #36139F;
 }
 .AnyTagClassName
 {
   color: #36139F;
 }
</style>

background-color css

<style>
 a { background-color: #36139F; }

 a { background-color: rgb(54,19,159); }

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

border-color css

<style>
 span { border-color: #36139F; }

 span { border-color: rgb(54,19,159); }

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