Html Css Color HEX #361970 Persian Indigo

📋 copy color: '#361970'

red 54 ◦ green 25 ◦ blue 112

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

Shades of Persian Indigo #361970

Tints of Persian Indigo #361970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.64%

R = 28.27%
G = 13.09%
B = 58.64%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#361970 (or 0x361970) is known color: Persian Indigo. HEX triplet: 36, 19 and 70. RGB value is (54,25,112). Sum of RGB (Red+Green+Blue) = 54+25+112=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #361970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361970 is #C9E68F. Grayscale: #2B2B2B. Windows color (decimal): -13231760 or 7346486. OLE color: 7346486.

HSL color Cylindrical-coordinate representation of color #361970: hue angle of 260º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361970 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 25 112 -
CMYK 0.52 0.78 0 0.56
HSL 260º 0.64% 0.27% -
HSV(B) 260º 0.78% 0.44% -
XYZ 4.79 2.65 15.59 -
YUV 43.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 54 25 112 0.52 0.78 0 0.56 260 0.64 0.27
Hex 36 19 70 34 4E 0 38 104 40 1B
Octal 66 31 160 64 116 0 70 404 100 33
Binary 110110 11001 1110000 110100 1001110 0 111000 100000100 1000000 11011

Color Harmonies of #361970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361970

Black with #361970

Text Example


Text Example

White with #361970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361970; }

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

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

background-color css

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

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

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

border-color css

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

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

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