Html Css Color HEX #320696 Persian Indigo

📋 copy color: '#320696'

red 50 ◦ green 6 ◦ blue 150

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

Shades of Persian Indigo #320696

Tints of Persian Indigo #320696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

 BLUE value IS 150 (58.98% from 255) = 72.82%

R = 24.27%
G = 2.91%
B = 72.82%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#320696 (or 0x320696) is known color: Persian Indigo. HEX triplet: 32, 06 and 96. RGB value is (50,6,150). Sum of RGB (Red+Green+Blue) = 50+6+150=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #320696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320696 is #CDF969. Grayscale: #232323. Windows color (decimal): -13498730 or 9831986. OLE color: 9831986.

HSL color Cylindrical-coordinate representation of color #320696: hue angle of 258.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320696 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 6 150 -
CMYK 0.67 0.96 0 0.41
HSL 258.33º 0.92% 0.31% -
HSV(B) 258.33º 0.96% 0.59% -
XYZ 6.89 3.01 29.07 -
YUV 35.57 192.58 138.29 -
System Red Green Blue C M Y K H S L
Decimal 50 6 150 0.67 0.96 0 0.41 258.33 0.92 0.31
Hex 32 6 96 43 60 0 29 102 5C 1F
Octal 62 6 226 103 140 0 51 402 134 37
Binary 110010 110 10010110 1000011 1100000 0 101001 100000010 1011100 11111

Color Harmonies of #320696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320696

Black with #320696

Text Example


Text Example

White with #320696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320696; }

 p { color: rgb(50,6,150); }

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

background-color css

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

 a { background-color: rgb(50,6,150); }

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

border-color css

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

 span { border-color: rgb(50,6,150); }

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