Html Css Color HEX #361478 Persian Indigo

📋 copy color: '#361478'

red 54 ◦ green 20 ◦ blue 120

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

Shades of Persian Indigo #361478

Tints of Persian Indigo #361478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

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

R = 27.84%
G = 10.31%
B = 61.86%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#361478 (or 0x361478) is known color: Persian Indigo. HEX triplet: 36, 14 and 78. RGB value is (54,20,120). Sum of RGB (Red+Green+Blue) = 54+20+120=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #361478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361478 is #C9EB87. Grayscale: #292929. Windows color (decimal): -13233032 or 7869494. OLE color: 7869494.

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

Color convert

RGB 54 20 120 -
CMYK 0.55 0.83 0 0.53
HSL 260.4º 0.71% 0.27% -
HSV(B) 260.4º 0.83% 0.47% -
XYZ 5.16 2.64 18.01 -
YUV 41.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 54 20 120 0.55 0.83 0 0.53 260.4 0.71 0.27
Hex 36 14 78 37 53 0 35 104 47 1B
Octal 66 24 170 67 123 0 65 404 107 33
Binary 110110 10100 1111000 110111 1010011 0 110101 100000100 1000111 11011

Color Harmonies of #361478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361478

Black with #361478

Text Example


Text Example

White with #361478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361478; }

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

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

background-color css

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

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

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

border-color css

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

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

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