Html Css Color HEX #321083 Persian Indigo

📋 copy color: '#321083'

red 50 ◦ green 16 ◦ blue 131

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

Shades of Persian Indigo #321083

Tints of Persian Indigo #321083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 66.5%

R = 25.38%
G = 8.12%
B = 66.5%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321083 (or 0x321083) is known color: Persian Indigo. HEX triplet: 32, 10 and 83. RGB value is (50,16,131). Sum of RGB (Red+Green+Blue) = 50+16+131=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #321083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321083 is #CDEF7C. Grayscale: #262626. Windows color (decimal): -13496189 or 8589362. OLE color: 8589362.

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

Color convert

RGB 50 16 131 -
CMYK 0.62 0.88 0 0.49
HSL 257.74º 0.78% 0.29% -
HSV(B) 257.74º 0.88% 0.51% -
XYZ 5.6 2.69 21.7 -
YUV 39.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 50 16 131 0.62 0.88 0 0.49 257.74 0.78 0.29
Hex 32 10 83 3E 58 0 31 102 4E 1D
Octal 62 20 203 76 130 0 61 402 116 35
Binary 110010 10000 10000011 111110 1011000 0 110001 100000010 1001110 11101

Color Harmonies of #321083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321083

Black with #321083

Text Example


Text Example

White with #321083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321083; }

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

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

background-color css

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

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

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

border-color css

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

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

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