Html Css Color HEX #331B8E Persian Indigo

📋 copy color: '#331B8E'

red 51 ◦ green 27 ◦ blue 142

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

Shades of Persian Indigo #331B8E

Tints of Persian Indigo #331B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 64.55%

R = 23.18%
G = 12.27%
B = 64.55%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#331B8E (or 0x331B8E) is known color: Persian Indigo. HEX triplet: 33, 1B and 8E. RGB value is (51,27,142). Sum of RGB (Red+Green+Blue) = 51+27+142=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #331B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331B8E is #CCE471. Grayscale: #2E2E2E. Windows color (decimal): -13427826 or 9313075. OLE color: 9313075.

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

Color convert

RGB 51 27 142 -
CMYK 0.64 0.81 0 0.44
HSL 252.52º 0.68% 0.33% -
HSV(B) 252.52º 0.81% 0.56% -
XYZ 6.64 3.44 25.91 -
YUV 47.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 51 27 142 0.64 0.81 0 0.44 252.52 0.68 0.33
Hex 33 1B 8E 40 51 0 2C FD 44 21
Octal 63 33 216 100 121 0 54 375 104 41
Binary 110011 11011 10001110 1000000 1010001 0 101100 11111101 1000100 100001

Color Harmonies of #331B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331B8E

Black with #331B8E

Text Example


Text Example

White with #331B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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