Html Css Color HEX #331A70 Persian Indigo

📋 copy color: '#331A70'

red 51 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #331A70

Tints of Persian Indigo #331A70

RGB

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

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

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

R = 26.98%
G = 13.76%
B = 59.26%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#331A70 (or 0x331A70) is known color: Persian Indigo. HEX triplet: 33, 1A and 70. RGB value is (51,26,112). Sum of RGB (Red+Green+Blue) = 51+26+112=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #331A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A70 is #CCE58F. Grayscale: #2A2A2A. Windows color (decimal): -13428112 or 7346739. OLE color: 7346739.

HSL color Cylindrical-coordinate representation of color #331A70: hue angle of 257.44º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #331A70 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 26 112 -
CMYK 0.54 0.77 0 0.56
HSL 257.44º 0.62% 0.27% -
HSV(B) 257.44º 0.77% 0.44% -
XYZ 4.66 2.61 15.59 -
YUV 43.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 51 26 112 0.54 0.77 0 0.56 257.44 0.62 0.27
Hex 33 1A 70 36 4D 0 38 101 3E 1B
Octal 63 32 160 66 115 0 70 401 76 33
Binary 110011 11010 1110000 110110 1001101 0 111000 100000001 111110 11011

Color Harmonies of #331A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A70

Black with #331A70

Text Example


Text Example

White with #331A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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