Html Css Color HEX #361978 Persian Indigo

📋 copy color: '#361978'

red 54 ◦ green 25 ◦ blue 120

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

Shades of Persian Indigo #361978

Tints of Persian Indigo #361978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 60.3%

R = 27.14%
G = 12.56%
B = 60.3%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#361978 (or 0x361978) is known color: Persian Indigo. HEX triplet: 36, 19 and 78. RGB value is (54,25,120). Sum of RGB (Red+Green+Blue) = 54+25+120=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #361978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361978 is #C9E687. Grayscale: #2C2C2C. Windows color (decimal): -13231752 or 7870774. OLE color: 7870774.

HSL color Cylindrical-coordinate representation of color #361978: hue angle of 258.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361978 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 25 120 -
CMYK 0.55 0.79 0 0.53
HSL 258.32º 0.66% 0.28% -
HSV(B) 258.32º 0.79% 0.47% -
XYZ 5.26 2.84 18.04 -
YUV 44.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 54 25 120 0.55 0.79 0 0.53 258.32 0.66 0.28
Hex 36 19 78 37 4F 0 35 102 42 1C
Octal 66 31 170 67 117 0 65 402 102 34
Binary 110110 11001 1111000 110111 1001111 0 110101 100000010 1000010 11100

Color Harmonies of #361978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361978

Black with #361978

Text Example


Text Example

White with #361978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361978; }

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

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

background-color css

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

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

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

border-color css

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

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

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