Html Css Color HEX #321583 Persian Indigo

📋 copy color: '#321583'

red 50 ◦ green 21 ◦ blue 131

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

Shades of Persian Indigo #321583

Tints of Persian Indigo #321583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 24.75%
G = 10.4%
B = 64.85%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321583 (or 0x321583) is known color: Persian Indigo. HEX triplet: 32, 15 and 83. RGB value is (50,21,131). Sum of RGB (Red+Green+Blue) = 50+21+131=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #321583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321583 is #CDEA7C. Grayscale: #292929. Windows color (decimal): -13494909 or 8590642. OLE color: 8590642.

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

Color convert

RGB 50 21 131 -
CMYK 0.62 0.84 0 0.49
HSL 255.82º 0.72% 0.3% -
HSV(B) 255.82º 0.84% 0.51% -
XYZ 5.68 2.85 21.72 -
YUV 42.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 50 21 131 0.62 0.84 0 0.49 255.82 0.72 0.3
Hex 32 15 83 3E 54 0 31 100 48 1E
Octal 62 25 203 76 124 0 61 400 110 36
Binary 110010 10101 10000011 111110 1010100 0 110001 100000000 1001000 11110

Color Harmonies of #321583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321583

Black with #321583

Text Example


Text Example

White with #321583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321583; }

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

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

background-color css

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

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

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

border-color css

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

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

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