Html Css Color HEX #320095 Persian Indigo

📋 copy color: '#320095'

red 50 ◦ green 0 ◦ blue 149

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

Shades of Persian Indigo #320095

Tints of Persian Indigo #320095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.13%
G = 0%
B = 74.87%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#320095 (or 0x320095) is known color: Persian Indigo. HEX triplet: 32, 00 and 95. RGB value is (50,0,149). Sum of RGB (Red+Green+Blue) = 50+0+149=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #320095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320095 is #CDFF6A. Grayscale: #1F1F1F. Windows color (decimal): -13500267 or 9764914. OLE color: 9764914.

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

Color convert

RGB 50 0 149 -
CMYK 0.66 1 0 0.42
HSL 260.13º 1% 0.29% -
HSV(B) 260.13º 1% 0.58% -
XYZ 6.74 2.85 28.63 -
YUV 31.94 194.07 140.88 -
System Red Green Blue C M Y K H S L
Decimal 50 0 149 0.66 1 0 0.42 260.13 1 0.29
Hex 32 0 95 42 64 0 2A 104 64 1D
Octal 62 0 225 102 144 0 52 404 144 35
Binary 110010 0 10010101 1000010 1100100 0 101010 100000100 1100100 11101

Color Harmonies of #320095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320095

Black with #320095

Text Example


Text Example

White with #320095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320095; }

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

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

background-color css

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

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

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

border-color css

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

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

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