Html Css Color HEX #360566 Persian Indigo

📋 copy color: '#360566'

red 54 ◦ green 5 ◦ blue 102

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

Shades of Persian Indigo #360566

Tints of Persian Indigo #360566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 63.35%

R = 33.54%
G = 3.11%
B = 63.35%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#360566 (or 0x360566) is known color: Persian Indigo. HEX triplet: 36, 05 and 66. RGB value is (54,5,102). Sum of RGB (Red+Green+Blue) = 54+5+102=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #360566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360566 is #C9FA99. Grayscale: #1E1E1E. Windows color (decimal): -13236890 or 6686006. OLE color: 6686006.

HSL color Cylindrical-coordinate representation of color #360566: hue angle of 270.31º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360566 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 5 102 -
CMYK 0.47 0.95 0 0.6
HSL 270.31º 0.91% 0.21% -
HSV(B) 270.31º 0.95% 0.4% -
XYZ 3.97 1.85 12.72 -
YUV 30.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 54 5 102 0.47 0.95 0 0.6 270.31 0.91 0.21
Hex 36 5 66 2F 5F 0 3C 10E 5B 15
Octal 66 5 146 57 137 0 74 416 133 25
Binary 110110 101 1100110 101111 1011111 0 111100 100001110 1011011 10101

Color Harmonies of #360566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360566

Black with #360566

Text Example


Text Example

White with #360566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360566; }

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

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

background-color css

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

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

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

border-color css

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

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

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