Html Css Color HEX #360575 Persian Indigo

📋 copy color: '#360575'

red 54 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #360575

Tints of Persian Indigo #360575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

 BLUE value IS 117 (46.09% from 255) = 66.48%

R = 30.68%
G = 2.84%
B = 66.48%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360575 (or 0x360575) is known color: Persian Indigo. HEX triplet: 36, 05 and 75. RGB value is (54,5,117). Sum of RGB (Red+Green+Blue) = 54+5+117=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #360575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360575 is #C9FA8A. Grayscale: #202020. Windows color (decimal): -13236875 or 7669046. OLE color: 7669046.

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

Color convert

RGB 54 5 117 -
CMYK 0.54 0.96 0 0.54
HSL 266.25º 0.92% 0.24% -
HSV(B) 266.25º 0.96% 0.46% -
XYZ 4.79 2.18 17 -
YUV 32.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 54 5 117 0.54 0.96 0 0.54 266.25 0.92 0.24
Hex 36 5 75 36 60 0 36 10A 5C 18
Octal 66 5 165 66 140 0 66 412 134 30
Binary 110110 101 1110101 110110 1100000 0 110110 100001010 1011100 11000

Color Harmonies of #360575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360575

Black with #360575

Text Example


Text Example

White with #360575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360575; }

 p { color: rgb(54,5,117); }

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

background-color css

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

 a { background-color: rgb(54,5,117); }

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

border-color css

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

 span { border-color: rgb(54,5,117); }

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