Html Css Color HEX #361879 Persian Indigo

📋 copy color: '#361879'

red 54 ◦ green 24 ◦ blue 121

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

Shades of Persian Indigo #361879

Tints of Persian Indigo #361879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

 BLUE value IS 121 (47.66% from 255) = 60.8%

R = 27.14%
G = 12.06%
B = 60.8%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#361879 (or 0x361879) is known color: Persian Indigo. HEX triplet: 36, 18 and 79. RGB value is (54,24,121). Sum of RGB (Red+Green+Blue) = 54+24+121=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #361879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361879 is #C9E786. Grayscale: #2B2B2B. Windows color (decimal): -13232007 or 7936054. OLE color: 7936054.

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

Color convert

RGB 54 24 121 -
CMYK 0.55 0.80 0 0.53
HSL 258.56º 0.67% 0.28% -
HSV(B) 258.56º 0.8% 0.47% -
XYZ 5.3 2.82 18.35 -
YUV 44.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 54 24 121 0.55 0.80 0 0.53 258.56 0.67 0.28
Hex 36 18 79 37 50 0 35 103 43 1C
Octal 66 30 171 67 120 0 65 403 103 34
Binary 110110 11000 1111001 110111 1010000 0 110101 100000011 1000011 11100

Color Harmonies of #361879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361879

Black with #361879

Text Example


Text Example

White with #361879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361879; }

 p { color: rgb(54,24,121); }

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

background-color css

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

 a { background-color: rgb(54,24,121); }

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

border-color css

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

 span { border-color: rgb(54,24,121); }

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