Html Css Color HEX #360478 Persian Indigo

📋 copy color: '#360478'

red 54 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #360478

Tints of Persian Indigo #360478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.25%

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

R = 30.34%
G = 2.25%
B = 67.42%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#360478 (or 0x360478) is known color: Persian Indigo. HEX triplet: 36, 04 and 78. RGB value is (54,4,120). Sum of RGB (Red+Green+Blue) = 54+4+120=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #360478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360478 is #C9FB87. Grayscale: #1F1F1F. Windows color (decimal): -13237128 or 7865398. OLE color: 7865398.

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

Color convert

RGB 54 4 120 -
CMYK 0.55 0.97 0 0.53
HSL 265.86º 0.94% 0.24% -
HSV(B) 265.86º 0.97% 0.47% -
XYZ 4.95 2.23 17.94 -
YUV 32.17 177.57 143.57 -
System Red Green Blue C M Y K H S L
Decimal 54 4 120 0.55 0.97 0 0.53 265.86 0.94 0.24
Hex 36 4 78 37 61 0 35 10A 5E 18
Octal 66 4 170 67 141 0 65 412 136 30
Binary 110110 100 1111000 110111 1100001 0 110101 100001010 1011110 11000

Color Harmonies of #360478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360478

Black with #360478

Text Example


Text Example

White with #360478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360478; }

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

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

background-color css

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

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

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

border-color css

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

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

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