Html Css Color HEX #360476 Persian Indigo

📋 copy color: '#360476'

red 54 ◦ green 4 ◦ blue 118

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

Shades of Persian Indigo #360476

Tints of Persian Indigo #360476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 67.05%

R = 30.68%
G = 2.27%
B = 67.05%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360476 (or 0x360476) is known color: Persian Indigo. HEX triplet: 36, 04 and 76. RGB value is (54,4,118). Sum of RGB (Red+Green+Blue) = 54+4+118=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #360476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360476 is #C9FB89. Grayscale: #1F1F1F. Windows color (decimal): -13237130 or 7734326. OLE color: 7734326.

HSL color Cylindrical-coordinate representation of color #360476: hue angle of 266.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360476 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 4 118 -
CMYK 0.54 0.97 0 0.54
HSL 266.32º 0.93% 0.24% -
HSV(B) 266.32º 0.97% 0.46% -
XYZ 4.83 2.18 17.31 -
YUV 31.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 54 4 118 0.54 0.97 0 0.54 266.32 0.93 0.24
Hex 36 4 76 36 61 0 36 10A 5D 18
Octal 66 4 166 66 141 0 66 412 135 30
Binary 110110 100 1110110 110110 1100001 0 110110 100001010 1011101 11000

Color Harmonies of #360476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360476

Black with #360476

Text Example


Text Example

White with #360476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360476; }

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

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

background-color css

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

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

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

border-color css

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

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

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