Html Css Color HEX #361490 Persian Indigo

📋 copy color: '#361490'

red 54 ◦ green 20 ◦ blue 144

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

Shades of Persian Indigo #361490

Tints of Persian Indigo #361490

RGB

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

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

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

R = 24.77%
G = 9.17%
B = 66.06%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#361490 (or 0x361490) is known color: Persian Indigo. HEX triplet: 36, 14 and 90. RGB value is (54,20,144). Sum of RGB (Red+Green+Blue) = 54+20+144=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #361490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361490 is #C9EB6F. Grayscale: #2B2B2B. Windows color (decimal): -13233008 or 9442358. OLE color: 9442358.

HSL color Cylindrical-coordinate representation of color #361490: hue angle of 256.45º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361490 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 20 144 -
CMYK 0.63 0.86 0 0.44
HSL 256.45º 0.76% 0.32% -
HSV(B) 256.45º 0.86% 0.56% -
XYZ 6.81 3.3 26.66 -
YUV 44.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 54 20 144 0.63 0.86 0 0.44 256.45 0.76 0.32
Hex 36 14 90 3F 56 0 2C 100 4C 20
Octal 66 24 220 77 126 0 54 400 114 40
Binary 110110 10100 10010000 111111 1010110 0 101100 100000000 1001100 100000

Color Harmonies of #361490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361490

Black with #361490

Text Example


Text Example

White with #361490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361490; }

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

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

background-color css

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

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

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

border-color css

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

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

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