Html Css Color HEX #320266 Persian Indigo

📋 copy color: '#320266'

red 50 ◦ green 2 ◦ blue 102

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

Shades of Persian Indigo #320266

Tints of Persian Indigo #320266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

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

R = 32.47%
G = 1.3%
B = 66.23%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#320266 (or 0x320266) is known color: Persian Indigo. HEX triplet: 32, 02 and 66. RGB value is (50,2,102). Sum of RGB (Red+Green+Blue) = 50+2+102=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #320266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320266 is #CDFD99. Grayscale: #1B1B1B. Windows color (decimal): -13499802 or 6685234. OLE color: 6685234.

HSL color Cylindrical-coordinate representation of color #320266: hue angle of 268.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320266 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 2 102 -
CMYK 0.51 0.98 0 0.6
HSL 268.8º 0.96% 0.2% -
HSV(B) 268.8º 0.98% 0.4% -
XYZ 3.74 1.68 12.7 -
YUV 27.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 50 2 102 0.51 0.98 0 0.6 268.8 0.96 0.2
Hex 32 2 66 33 62 0 3C 10D 60 14
Octal 62 2 146 63 142 0 74 415 140 24
Binary 110010 10 1100110 110011 1100010 0 111100 100001101 1100000 10100

Color Harmonies of #320266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320266

Black with #320266

Text Example


Text Example

White with #320266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320266; }

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

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

background-color css

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

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

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

border-color css

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

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

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