Html Css Color HEX #321481 Persian Indigo

📋 copy color: '#321481'

red 50 ◦ green 20 ◦ blue 129

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

Shades of Persian Indigo #321481

Tints of Persian Indigo #321481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 25.13%
G = 10.05%
B = 64.82%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#321481 (or 0x321481) is known color: Persian Indigo. HEX triplet: 32, 14 and 81. RGB value is (50,20,129). Sum of RGB (Red+Green+Blue) = 50+20+129=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #321481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321481 is #CDEB7E. Grayscale: #282828. Windows color (decimal): -13495167 or 8459314. OLE color: 8459314.

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

Color convert

RGB 50 20 129 -
CMYK 0.61 0.84 0 0.49
HSL 256.51º 0.73% 0.29% -
HSV(B) 256.51º 0.84% 0.51% -
XYZ 5.53 2.76 21.01 -
YUV 41.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 50 20 129 0.61 0.84 0 0.49 256.51 0.73 0.29
Hex 32 14 81 3D 54 0 31 101 49 1D
Octal 62 24 201 75 124 0 61 401 111 35
Binary 110010 10100 10000001 111101 1010100 0 110001 100000001 1001001 11101

Color Harmonies of #321481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321481

Black with #321481

Text Example


Text Example

White with #321481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321481; }

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

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

background-color css

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

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

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

border-color css

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

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

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