Html Css Color HEX #320566 Persian Indigo

📋 copy color: '#320566'

red 50 ◦ green 5 ◦ blue 102

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

Shades of Persian Indigo #320566

Tints of Persian Indigo #320566

RGB

 RED value IS 50 (19.92% from 255) = 31.85%

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

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

R = 31.85%
G = 3.18%
B = 64.97%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#320566 (or 0x320566) is known color: Persian Indigo. HEX triplet: 32, 05 and 66. RGB value is (50,5,102). Sum of RGB (Red+Green+Blue) = 50+5+102=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #320566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320566 is #CDFA99. Grayscale: #1D1D1D. Windows color (decimal): -13499034 or 6686002. OLE color: 6686002.

HSL color Cylindrical-coordinate representation of color #320566: hue angle of 267.84º 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 #320566 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 5 102 -
CMYK 0.51 0.95 0 0.6
HSL 267.84º 0.91% 0.21% -
HSV(B) 267.84º 0.95% 0.4% -
XYZ 3.77 1.75 12.71 -
YUV 29.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 50 5 102 0.51 0.95 0 0.6 267.84 0.91 0.21
Hex 32 5 66 33 5F 0 3C 10C 5B 15
Octal 62 5 146 63 137 0 74 414 133 25
Binary 110010 101 1100110 110011 1011111 0 111100 100001100 1011011 10101

Color Harmonies of #320566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320566

Black with #320566

Text Example


Text Example

White with #320566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320566; }

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

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

background-color css

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

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

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

border-color css

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

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

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