Html Css Color HEX #320296 Persian Indigo

📋 copy color: '#320296'

red 50 ◦ green 2 ◦ blue 150

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

Shades of Persian Indigo #320296

Tints of Persian Indigo #320296

RGB

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

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

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

R = 24.75%
G = 0.99%
B = 74.26%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#320296 (or 0x320296) is known color: Persian Indigo. HEX triplet: 32, 02 and 96. RGB value is (50,2,150). Sum of RGB (Red+Green+Blue) = 50+2+150=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #320296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320296 is #CDFD69. Grayscale: #202020. Windows color (decimal): -13499754 or 9830962. OLE color: 9830962.

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

Color convert

RGB 50 2 150 -
CMYK 0.67 0.99 0 0.41
HSL 259.46º 0.97% 0.3% -
HSV(B) 259.46º 0.99% 0.59% -
XYZ 6.84 2.92 29.06 -
YUV 33.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 50 2 150 0.67 0.99 0 0.41 259.46 0.97 0.3
Hex 32 2 96 43 63 0 29 103 61 1E
Octal 62 2 226 103 143 0 51 403 141 36
Binary 110010 10 10010110 1000011 1100011 0 101001 100000011 1100001 11110

Color Harmonies of #320296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320296

Black with #320296

Text Example


Text Example

White with #320296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320296; }

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

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

background-color css

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

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

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

border-color css

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

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

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