Html Css Color HEX #331E8A Persian Indigo

📋 copy color: '#331E8A'

red 51 ◦ green 30 ◦ blue 138

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

Shades of Persian Indigo #331E8A

Tints of Persian Indigo #331E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 63.01%

R = 23.29%
G = 13.7%
B = 63.01%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#331E8A (or 0x331E8A) is known color: Persian Indigo. HEX triplet: 33, 1E and 8A. RGB value is (51,30,138). Sum of RGB (Red+Green+Blue) = 51+30+138=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #331E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331E8A is #CCE175. Grayscale: #303030. Windows color (decimal): -13427062 or 9051699. OLE color: 9051699.

HSL color Cylindrical-coordinate representation of color #331E8A: hue angle of 251.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331E8A is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 30 138 -
CMYK 0.63 0.78 0 0.46
HSL 251.67º 0.64% 0.33% -
HSV(B) 251.67º 0.78% 0.54% -
XYZ 6.42 3.47 24.38 -
YUV 48.59 178.46 129.72 -
System Red Green Blue C M Y K H S L
Decimal 51 30 138 0.63 0.78 0 0.46 251.67 0.64 0.33
Hex 33 1E 8A 3F 4E 0 2E FC 40 21
Octal 63 36 212 77 116 0 56 374 100 41
Binary 110011 11110 10001010 111111 1001110 0 101110 11111100 1000000 100001

Color Harmonies of #331E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E8A

Black with #331E8A

Text Example


Text Example

White with #331E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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