Html Css Color HEX #362078 Persian Indigo

📋 copy color: '#362078'

red 54 ◦ green 32 ◦ blue 120

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

Shades of Persian Indigo #362078

Tints of Persian Indigo #362078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

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

R = 26.21%
G = 15.53%
B = 58.25%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#362078 (or 0x362078) is known color: Persian Indigo. HEX triplet: 36, 20 and 78. RGB value is (54,32,120). Sum of RGB (Red+Green+Blue) = 54+32+120=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #362078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362078 is #C9DF87. Grayscale: #303030. Windows color (decimal): -13229960 or 7872566. OLE color: 7872566.

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

Color convert

RGB 54 32 120 -
CMYK 0.55 0.73 0 0.53
HSL 255º 0.58% 0.3% -
HSV(B) 255º 0.73% 0.47% -
XYZ 5.43 3.17 18.1 -
YUV 48.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 54 32 120 0.55 0.73 0 0.53 255 0.58 0.3
Hex 36 20 78 37 49 0 35 FF 3A 1E
Octal 66 40 170 67 111 0 65 377 72 36
Binary 110110 100000 1111000 110111 1001001 0 110101 11111111 111010 11110

Color Harmonies of #362078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362078

Black with #362078

Text Example


Text Example

White with #362078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362078; }

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

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

background-color css

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

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

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

border-color css

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

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

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