Html Css Color HEX #331B90 Persian Indigo

📋 copy color: '#331B90'

red 51 ◦ green 27 ◦ blue 144

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

Shades of Persian Indigo #331B90

Tints of Persian Indigo #331B90

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

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

R = 22.97%
G = 12.16%
B = 64.86%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#331B90 (or 0x331B90) is known color: Persian Indigo. HEX triplet: 33, 1B and 90. RGB value is (51,27,144). Sum of RGB (Red+Green+Blue) = 51+27+144=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #331B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331B90 is #CCE46F. Grayscale: #2F2F2F. Windows color (decimal): -13427824 or 9444147. OLE color: 9444147.

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

Color convert

RGB 51 27 144 -
CMYK 0.65 0.81 0 0.44
HSL 252.31º 0.68% 0.34% -
HSV(B) 252.31º 0.81% 0.56% -
XYZ 6.79 3.5 26.7 -
YUV 47.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 51 27 144 0.65 0.81 0 0.44 252.31 0.68 0.34
Hex 33 1B 90 41 51 0 2C FC 44 22
Octal 63 33 220 101 121 0 54 374 104 42
Binary 110011 11011 10010000 1000001 1010001 0 101100 11111100 1000100 100010

Color Harmonies of #331B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331B90

Black with #331B90

Text Example


Text Example

White with #331B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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