Html Css Color HEX #361990 Persian Indigo

📋 copy color: '#361990'

red 54 ◦ green 25 ◦ blue 144

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

Shades of Persian Indigo #361990

Tints of Persian Indigo #361990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

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

R = 24.22%
G = 11.21%
B = 64.57%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#361990 (or 0x361990) is known color: Persian Indigo. HEX triplet: 36, 19 and 90. RGB value is (54,25,144). Sum of RGB (Red+Green+Blue) = 54+25+144=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #361990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361990 is #C9E66F. Grayscale: #2E2E2E. Windows color (decimal): -13231728 or 9443638. OLE color: 9443638.

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

Color convert

RGB 54 25 144 -
CMYK 0.63 0.83 0 0.44
HSL 254.62º 0.7% 0.33% -
HSV(B) 254.62º 0.83% 0.56% -
XYZ 6.9 3.49 26.7 -
YUV 47.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 54 25 144 0.63 0.83 0 0.44 254.62 0.7 0.33
Hex 36 19 90 3F 53 0 2C FF 46 21
Octal 66 31 220 77 123 0 54 377 106 41
Binary 110110 11001 10010000 111111 1010011 0 101100 11111111 1000110 100001

Color Harmonies of #361990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361990

Black with #361990

Text Example


Text Example

White with #361990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361990; }

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

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

background-color css

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

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

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

border-color css

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

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

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