Html Css Color HEX #331A90 Persian Indigo

📋 copy color: '#331A90'

red 51 ◦ green 26 ◦ blue 144

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

Shades of Persian Indigo #331A90

Tints of Persian Indigo #331A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 65.16%

R = 23.08%
G = 11.76%
B = 65.16%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#331A90 (or 0x331A90) is known color: Persian Indigo. HEX triplet: 33, 1A and 90. RGB value is (51,26,144). Sum of RGB (Red+Green+Blue) = 51+26+144=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #331A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331A90 is #CCE56F. Grayscale: #2E2E2E. Windows color (decimal): -13428080 or 9443891. OLE color: 9443891.

HSL color Cylindrical-coordinate representation of color #331A90: hue angle of 252.71º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331A90 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 26 144 -
CMYK 0.65 0.82 0 0.44
HSL 252.71º 0.69% 0.33% -
HSV(B) 252.71º 0.82% 0.56% -
XYZ 6.77 3.46 26.7 -
YUV 46.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 51 26 144 0.65 0.82 0 0.44 252.71 0.69 0.33
Hex 33 1A 90 41 52 0 2C FD 45 21
Octal 63 32 220 101 122 0 54 375 105 41
Binary 110011 11010 10010000 1000001 1010010 0 101100 11111101 1000101 100001

Color Harmonies of #331A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A90

Black with #331A90

Text Example


Text Example

White with #331A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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