Html Css Color HEX #331A77 Persian Indigo

📋 copy color: '#331A77'

red 51 ◦ green 26 ◦ blue 119

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

Shades of Persian Indigo #331A77

Tints of Persian Indigo #331A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 60.71%

R = 26.02%
G = 13.27%
B = 60.71%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#331A77 (or 0x331A77) is known color: Persian Indigo. HEX triplet: 33, 1A and 77. RGB value is (51,26,119). Sum of RGB (Red+Green+Blue) = 51+26+119=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #331A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A77 is #CCE588. Grayscale: #2B2B2B. Windows color (decimal): -13428105 or 7805491. OLE color: 7805491.

HSL color Cylindrical-coordinate representation of color #331A77: hue angle of 256.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331A77 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 26 119 -
CMYK 0.57 0.78 0 0.53
HSL 256.13º 0.64% 0.28% -
HSV(B) 256.13º 0.78% 0.47% -
XYZ 5.06 2.77 17.72 -
YUV 44.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 51 26 119 0.57 0.78 0 0.53 256.13 0.64 0.28
Hex 33 1A 77 39 4E 0 35 100 40 1C
Octal 63 32 167 71 116 0 65 400 100 34
Binary 110011 11010 1110111 111001 1001110 0 110101 100000000 1000000 11100

Color Harmonies of #331A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A77

Black with #331A77

Text Example


Text Example

White with #331A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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