Html Css Color HEX #331E9E Persian Indigo

📋 copy color: '#331E9E'

red 51 ◦ green 30 ◦ blue 158

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

Shades of Persian Indigo #331E9E

Tints of Persian Indigo #331E9E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.55%

 BLUE value IS 158 (62.11% from 255) = 66.11%

R = 21.34%
G = 12.55%
B = 66.11%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#331E9E (or 0x331E9E) is known color: Persian Indigo. HEX triplet: 33, 1E and 9E. RGB value is (51,30,158). Sum of RGB (Red+Green+Blue) = 51+30+158=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #331E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331E9E is #CCE161. Grayscale: #323232. Windows color (decimal): -13427042 or 10362419. OLE color: 10362419.

HSL color Cylindrical-coordinate representation of color #331E9E: hue angle of 249.84º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331E9E is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 30 158 -
CMYK 0.68 0.81 0 0.38
HSL 249.84º 0.68% 0.37% -
HSV(B) 249.84º 0.81% 0.62% -
XYZ 8 4.1 32.72 -
YUV 50.87 188.46 128.09 -
System Red Green Blue C M Y K H S L
Decimal 51 30 158 0.68 0.81 0 0.38 249.84 0.68 0.37
Hex 33 1E 9E 44 51 0 26 FA 44 25
Octal 63 36 236 104 121 0 46 372 104 45
Binary 110011 11110 10011110 1000100 1010001 0 100110 11111010 1000100 100101

Color Harmonies of #331E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E9E

Black with #331E9E

Text Example


Text Example

White with #331E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,30,158); }

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

background-color css

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

 a { background-color: rgb(51,30,158); }

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

border-color css

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

 span { border-color: rgb(51,30,158); }

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