Html Css Color HEX #36149F Persian Indigo

📋 copy color: '#36149F'

red 54 ◦ green 20 ◦ blue 159

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

Shades of Persian Indigo #36149F

Tints of Persian Indigo #36149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

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

R = 23.18%
G = 8.58%
B = 68.24%

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

#36149F (or 0x36149F) is known color: Persian Indigo. HEX triplet: 36, 14 and 9F. RGB value is (54,20,159). Sum of RGB (Red+Green+Blue) = 54+20+159=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #36149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36149F is #C9EB60. Grayscale: #2D2D2D. Windows color (decimal): -13232993 or 10425398. OLE color: 10425398.

HSL color Cylindrical-coordinate representation of color #36149F: hue angle of 254.68º degrees, saturation: 0.78, 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 #36149F is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 20 159 -
CMYK 0.66 0.87 0 0.38
HSL 254.68º 0.78% 0.35% -
HSV(B) 254.68º 0.87% 0.62% -
XYZ 8.03 3.79 33.11 -
YUV 46.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 54 20 159 0.66 0.87 0 0.38 254.68 0.78 0.35
Hex 36 14 9F 42 57 0 26 FF 4E 23
Octal 66 24 237 102 127 0 46 377 116 43
Binary 110110 10100 10011111 1000010 1010111 0 100110 11111111 1001110 100011

Color Harmonies of #36149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36149F

Black with #36149F

Text Example


Text Example

White with #36149F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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