Html Css Color HEX #331E93 Persian Indigo

📋 copy color: '#331E93'

red 51 ◦ green 30 ◦ blue 147

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

Shades of Persian Indigo #331E93

Tints of Persian Indigo #331E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.47%

R = 22.37%
G = 13.16%
B = 64.47%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#331E93 (or 0x331E93) is known color: Persian Indigo. HEX triplet: 33, 1E and 93. RGB value is (51,30,147). Sum of RGB (Red+Green+Blue) = 51+30+147=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #331E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331E93 is #CCE16C. Grayscale: #313131. Windows color (decimal): -13427053 or 9641523. OLE color: 9641523.

HSL color Cylindrical-coordinate representation of color #331E93: hue angle of 250.77º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331E93 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 30 147 -
CMYK 0.65 0.80 0 0.42
HSL 250.77º 0.66% 0.35% -
HSV(B) 250.77º 0.8% 0.58% -
XYZ 7.1 3.74 27.95 -
YUV 49.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 51 30 147 0.65 0.80 0 0.42 250.77 0.66 0.35
Hex 33 1E 93 41 50 0 2A FB 42 23
Octal 63 36 223 101 120 0 52 373 102 43
Binary 110011 11110 10010011 1000001 1010000 0 101010 11111011 1000010 100011

Color Harmonies of #331E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E93

Black with #331E93

Text Example


Text Example

White with #331E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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