Html Css Color HEX #320262 Persian Indigo

📋 copy color: '#320262'

red 50 ◦ green 2 ◦ blue 98

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

Shades of Persian Indigo #320262

Tints of Persian Indigo #320262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 65.33%

R = 33.33%
G = 1.33%
B = 65.33%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#320262 (or 0x320262) is known color: Persian Indigo. HEX triplet: 32, 02 and 62. RGB value is (50,2,98). Sum of RGB (Red+Green+Blue) = 50+2+98=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #320262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320262 is #CDFD9D. Grayscale: #1A1A1A. Windows color (decimal): -13499806 or 6423090. OLE color: 6423090.

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

Color convert

RGB 50 2 98 -
CMYK 0.49 0.98 0 0.62
HSL 270º 0.96% 0.2% -
HSV(B) 270º 0.98% 0.38% -
XYZ 3.54 1.6 11.68 -
YUV 27.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 50 2 98 0.49 0.98 0 0.62 270 0.96 0.2
Hex 32 2 62 31 62 0 3E 10E 60 14
Octal 62 2 142 61 142 0 76 416 140 24
Binary 110010 10 1100010 110001 1100010 0 111110 100001110 1100000 10100

Color Harmonies of #320262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320262

Black with #320262

Text Example


Text Example

White with #320262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320262; }

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

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

background-color css

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

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

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

border-color css

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

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

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