Html Css Color HEX #360E91 Persian Indigo

📋 copy color: '#360E91'

red 54 ◦ green 14 ◦ blue 145

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

Shades of Persian Indigo #360E91

Tints of Persian Indigo #360E91

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.57%

 BLUE value IS 145 (57.03% from 255) = 68.08%

R = 25.35%
G = 6.57%
B = 68.08%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#360E91 (or 0x360E91) is known color: Persian Indigo. HEX triplet: 36, 0E and 91. RGB value is (54,14,145). Sum of RGB (Red+Green+Blue) = 54+14+145=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #360E91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360E91 is #C9F16E. Grayscale: #282828. Windows color (decimal): -13234543 or 9506358. OLE color: 9506358.

HSL color Cylindrical-coordinate representation of color #360E91: hue angle of 258.32º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360E91 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 14 145 -
CMYK 0.63 0.90 0 0.43
HSL 258.32º 0.82% 0.31% -
HSV(B) 258.32º 0.9% 0.57% -
XYZ 6.79 3.14 27.04 -
YUV 40.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 54 14 145 0.63 0.90 0 0.43 258.32 0.82 0.31
Hex 36 E 91 3F 5A 0 2B 102 52 1F
Octal 66 16 221 77 132 0 53 402 122 37
Binary 110110 1110 10010001 111111 1011010 0 101011 100000010 1010010 11111

Color Harmonies of #360E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E91

Black with #360E91

Text Example


Text Example

White with #360E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360E91; }

 p { color: rgb(54,14,145); }

 H1.HeaderClassName
 {
   color: #360E91;
 }
 .AnyTagClassName
 {
   color: #360E91;
 }
</style>

background-color css

<style>
 a { background-color: #360E91; }

 a { background-color: rgb(54,14,145); }

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

border-color css

<style>
 span { border-color: #360E91; }

 span { border-color: rgb(54,14,145); }

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