Html Css Color HEX #331A81 Persian Indigo

📋 copy color: '#331A81'

red 51 ◦ green 26 ◦ blue 129

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

Shades of Persian Indigo #331A81

Tints of Persian Indigo #331A81

RGB

 RED value IS 51 (20.31% from 255) = 24.76%

 GREEN value IS 26 (10.55% from 255) = 12.62%

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

R = 24.76%
G = 12.62%
B = 62.62%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#331A81 (or 0x331A81) is known color: Persian Indigo. HEX triplet: 33, 1A and 81. RGB value is (51,26,129). Sum of RGB (Red+Green+Blue) = 51+26+129=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #331A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331A81 is #CCE57E. Grayscale: #2C2C2C. Windows color (decimal): -13428095 or 8460851. OLE color: 8460851.

HSL color Cylindrical-coordinate representation of color #331A81: hue angle of 254.56º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331A81 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 26 129 -
CMYK 0.60 0.80 0 0.49
HSL 254.56º 0.66% 0.3% -
HSV(B) 254.56º 0.8% 0.51% -
XYZ 5.7 3.03 21.05 -
YUV 45.22 175.28 132.12 -
System Red Green Blue C M Y K H S L
Decimal 51 26 129 0.60 0.80 0 0.49 254.56 0.66 0.3
Hex 33 1A 81 3C 50 0 31 FF 42 1E
Octal 63 32 201 74 120 0 61 377 102 36
Binary 110011 11010 10000001 111100 1010000 0 110001 11111111 1000010 11110

Color Harmonies of #331A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A81

Black with #331A81

Text Example


Text Example

White with #331A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331A81; }

 p { color: rgb(51,26,129); }

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

background-color css

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

 a { background-color: rgb(51,26,129); }

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

border-color css

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

 span { border-color: rgb(51,26,129); }

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