Html Css Color HEX #361878 Persian Indigo

📋 copy color: '#361878'

red 54 ◦ green 24 ◦ blue 120

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

Shades of Persian Indigo #361878

Tints of Persian Indigo #361878

RGB

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

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

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

R = 27.27%
G = 12.12%
B = 60.61%

CMYK

 C value IS 0.55

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#361878 (or 0x361878) is known color: Persian Indigo. HEX triplet: 36, 18 and 78. RGB value is (54,24,120). Sum of RGB (Red+Green+Blue) = 54+24+120=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #361878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361878 is #C9E787. Grayscale: #2B2B2B. Windows color (decimal): -13232008 or 7870518. OLE color: 7870518.

HSL color Cylindrical-coordinate representation of color #361878: hue angle of 258.75º 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 #361878 is Cyan = 0.55, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 24 120 -
CMYK 0.55 0.8 0 0.53
HSL 258.75º 0.67% 0.28% -
HSV(B) 258.75º 0.8% 0.47% -
XYZ 5.24 2.79 18.03 -
YUV 43.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 54 24 120 0.55 0.8 0 0.53 258.75 0.67 0.28
Hex 36 18 78 37 50 0 35 103 43 1C
Octal 66 30 170 67 120 0 65 403 103 34
Binary 110110 11000 1111000 110111 1010000 0 110101 100000011 1000011 11100

Color Harmonies of #361878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361878

Black with #361878

Text Example


Text Example

White with #361878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361878; }

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

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

background-color css

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

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

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

border-color css

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

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

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