Html Css Color HEX #331E70 Persian Indigo

📋 copy color: '#331E70'

red 51 ◦ green 30 ◦ blue 112

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

Shades of Persian Indigo #331E70

Tints of Persian Indigo #331E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 26.42%
G = 15.54%
B = 58.03%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#331E70 (or 0x331E70) is known color: Persian Indigo. HEX triplet: 33, 1E and 70. RGB value is (51,30,112). Sum of RGB (Red+Green+Blue) = 51+30+112=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #331E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331E70 is #CCE18F. Grayscale: #2D2D2D. Windows color (decimal): -13427088 or 7347763. OLE color: 7347763.

HSL color Cylindrical-coordinate representation of color #331E70: hue angle of 255.37º 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 #331E70 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 30 112 -
CMYK 0.54 0.73 0 0.56
HSL 255.37º 0.58% 0.28% -
HSV(B) 255.37º 0.73% 0.44% -
XYZ 4.75 2.8 15.62 -
YUV 45.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 51 30 112 0.54 0.73 0 0.56 255.37 0.58 0.28
Hex 33 1E 70 36 49 0 38 FF 3A 1C
Octal 63 36 160 66 111 0 70 377 72 34
Binary 110011 11110 1110000 110110 1001001 0 111000 11111111 111010 11100

Color Harmonies of #331E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E70

Black with #331E70

Text Example


Text Example

White with #331E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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