Html Css Color HEX #331EAE Persian Blue

📋 copy color: '#331EAE'

red 51 ◦ green 30 ◦ blue 174

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

Shades of Persian Blue #331EAE

Tints of Persian Blue #331EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.24%

R = 20%
G = 11.76%
B = 68.24%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#331EAE (or 0x331EAE) is known color: Persian Blue. HEX triplet: 33, 1E and AE. RGB value is (51,30,174). Sum of RGB (Red+Green+Blue) = 51+30+174=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #331EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331EAE is #CCE151. Grayscale: #343434. Windows color (decimal): -13427026 or 11410995. OLE color: 11410995.

HSL color Cylindrical-coordinate representation of color #331EAE: hue angle of 248.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331EAE is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 30 174 -
CMYK 0.71 0.83 0 0.32
HSL 248.75º 0.71% 0.4% -
HSV(B) 248.75º 0.83% 0.68% -
XYZ 9.47 4.69 40.45 -
YUV 52.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 51 30 174 0.71 0.83 0 0.32 248.75 0.71 0.4
Hex 33 1E AE 47 53 0 20 F9 47 28
Octal 63 36 256 107 123 0 40 371 107 50
Binary 110011 11110 10101110 1000111 1010011 0 100000 11111001 1000111 101000

Color Harmonies of #331EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EAE

Black with #331EAE

Text Example


Text Example

White with #331EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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