Html Css Color HEX #321081 Persian Indigo

📋 copy color: '#321081'

red 50 ◦ green 16 ◦ blue 129

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

Shades of Persian Indigo #321081

Tints of Persian Indigo #321081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

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

R = 25.64%
G = 8.21%
B = 66.15%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321081 (or 0x321081) is known color: Persian Indigo. HEX triplet: 32, 10 and 81. RGB value is (50,16,129). Sum of RGB (Red+Green+Blue) = 50+16+129=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #321081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321081 is #CDEF7E. Grayscale: #262626. Windows color (decimal): -13496191 or 8458290. OLE color: 8458290.

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

Color convert

RGB 50 16 129 -
CMYK 0.61 0.88 0 0.49
HSL 258.05º 0.78% 0.28% -
HSV(B) 258.05º 0.88% 0.51% -
XYZ 5.46 2.63 20.99 -
YUV 39.05 178.76 135.81 -
System Red Green Blue C M Y K H S L
Decimal 50 16 129 0.61 0.88 0 0.49 258.05 0.78 0.28
Hex 32 10 81 3D 58 0 31 102 4E 1C
Octal 62 20 201 75 130 0 61 402 116 34
Binary 110010 10000 10000001 111101 1011000 0 110001 100000010 1001110 11100

Color Harmonies of #321081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321081

Black with #321081

Text Example


Text Example

White with #321081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321081; }

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

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

background-color css

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

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

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

border-color css

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

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

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