Html Css Color HEX #361E90 Persian Indigo

📋 copy color: '#361E90'

red 54 ◦ green 30 ◦ blue 144

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

Shades of Persian Indigo #361E90

Tints of Persian Indigo #361E90

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.16%

 BLUE value IS 144 (56.64% from 255) = 63.16%

R = 23.68%
G = 13.16%
B = 63.16%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#361E90 (or 0x361E90) is known color: Persian Indigo. HEX triplet: 36, 1E and 90. RGB value is (54,30,144). Sum of RGB (Red+Green+Blue) = 54+30+144=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #361E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361E90 is #C9E16F. Grayscale: #313131. Windows color (decimal): -13230448 or 9444918. OLE color: 9444918.

HSL color Cylindrical-coordinate representation of color #361E90: hue angle of 252.63º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361E90 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 30 144 -
CMYK 0.63 0.79 0 0.44
HSL 252.63º 0.66% 0.34% -
HSV(B) 252.63º 0.79% 0.56% -
XYZ 7.02 3.73 26.73 -
YUV 50.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 54 30 144 0.63 0.79 0 0.44 252.63 0.66 0.34
Hex 36 1E 90 3F 4F 0 2C FD 42 22
Octal 66 36 220 77 117 0 54 375 102 42
Binary 110110 11110 10010000 111111 1001111 0 101100 11111101 1000010 100010

Color Harmonies of #361E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E90

Black with #361E90

Text Example


Text Example

White with #361E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361E90; }

 p { color: rgb(54,30,144); }

 H1.HeaderClassName
 {
   color: #361E90;
 }
 .AnyTagClassName
 {
   color: #361E90;
 }
</style>

background-color css

<style>
 a { background-color: #361E90; }

 a { background-color: rgb(54,30,144); }

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

border-color css

<style>
 span { border-color: #361E90; }

 span { border-color: rgb(54,30,144); }

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