Html Css Color HEX #331E71 Persian Indigo

📋 copy color: '#331E71'

red 51 ◦ green 30 ◦ blue 113

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

Shades of Persian Indigo #331E71

Tints of Persian Indigo #331E71

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 26.29%
G = 15.46%
B = 58.25%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#331E71 (or 0x331E71) is known color: Persian Indigo. HEX triplet: 33, 1E and 71. RGB value is (51,30,113). Sum of RGB (Red+Green+Blue) = 51+30+113=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #331E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E71 is #CCE18E. Grayscale: #2D2D2D. Windows color (decimal): -13427087 or 7413299. OLE color: 7413299.

HSL color Cylindrical-coordinate representation of color #331E71: hue angle of 255.18º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331E71 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 30 113 -
CMYK 0.55 0.73 0 0.56
HSL 255.18º 0.58% 0.28% -
HSV(B) 255.18º 0.73% 0.44% -
XYZ 4.81 2.82 15.91 -
YUV 45.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 51 30 113 0.55 0.73 0 0.56 255.18 0.58 0.28
Hex 33 1E 71 37 49 0 38 FF 3A 1C
Octal 63 36 161 67 111 0 70 377 72 34
Binary 110011 11110 1110001 110111 1001001 0 111000 11111111 111010 11100

Color Harmonies of #331E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E71

Black with #331E71

Text Example


Text Example

White with #331E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,30,113); }

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

background-color css

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

 a { background-color: rgb(51,30,113); }

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

border-color css

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

 span { border-color: rgb(51,30,113); }

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