Html Css Color HEX #320081 Persian Indigo

📋 copy color: '#320081'

red 50 ◦ green 0 ◦ blue 129

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

Shades of Persian Indigo #320081

Tints of Persian Indigo #320081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 72.07%

R = 27.93%
G = 0%
B = 72.07%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#320081 (or 0x320081) is known color: Persian Indigo. HEX triplet: 32, 00 and 81. RGB value is (50,0,129). Sum of RGB (Red+Green+Blue) = 50+0+129=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 129 (50.78% from 255 or 72.07% from 179); Max value from RGB is 129 - color contains mainly: blue. Hex color #320081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320081 is #CDFF7E. Grayscale: #1D1D1D. Windows color (decimal): -13500287 or 8454194. OLE color: 8454194.

HSL color Cylindrical-coordinate representation of color #320081: hue angle of 263.26º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320081 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 0 129 -
CMYK 0.61 1 0 0.49
HSL 263.26º 1% 0.25% -
HSV(B) 263.26º 1% 0.51% -
XYZ 5.28 2.26 20.93 -
YUV 29.66 184.07 142.51 -
System Red Green Blue C M Y K H S L
Decimal 50 0 129 0.61 1 0 0.49 263.26 1 0.25
Hex 32 0 81 3D 64 0 31 107 64 19
Octal 62 0 201 75 144 0 61 407 144 31
Binary 110010 0 10000001 111101 1100100 0 110001 100000111 1100100 11001

Color Harmonies of #320081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320081

Black with #320081

Text Example


Text Example

White with #320081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320081; }

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

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

background-color css

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

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

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

border-color css

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

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

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