Html Css Color HEX #320295 Persian Indigo

📋 copy color: '#320295'

red 50 ◦ green 2 ◦ blue 149

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

Shades of Persian Indigo #320295

Tints of Persian Indigo #320295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 74.13%

R = 24.88%
G = 1%
B = 74.13%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#320295 (or 0x320295) is known color: Persian Indigo. HEX triplet: 32, 02 and 95. RGB value is (50,2,149). Sum of RGB (Red+Green+Blue) = 50+2+149=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #320295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320295 is #CDFD6A. Grayscale: #202020. Windows color (decimal): -13499755 or 9765426. OLE color: 9765426.

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

Color convert

RGB 50 2 149 -
CMYK 0.66 0.99 0 0.42
HSL 259.59º 0.97% 0.3% -
HSV(B) 259.59º 0.99% 0.58% -
XYZ 6.76 2.89 28.64 -
YUV 33.11 193.4 140.05 -
System Red Green Blue C M Y K H S L
Decimal 50 2 149 0.66 0.99 0 0.42 259.59 0.97 0.3
Hex 32 2 95 42 63 0 2A 104 61 1E
Octal 62 2 225 102 143 0 52 404 141 36
Binary 110010 10 10010101 1000010 1100011 0 101010 100000100 1100001 11110

Color Harmonies of #320295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320295

Black with #320295

Text Example


Text Example

White with #320295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320295; }

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

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

background-color css

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

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

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

border-color css

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

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

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