Html Css Color HEX #331DAE Persian Blue

📋 copy color: '#331DAE'

red 51 ◦ green 29 ◦ blue 174

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

Shades of Persian Blue #331DAE

Tints of Persian Blue #331DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.42%

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

R = 20.08%
G = 11.42%
B = 68.5%

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

#331DAE (or 0x331DAE) is known color: Persian Blue. HEX triplet: 33, 1D and AE. RGB value is (51,29,174). Sum of RGB (Red+Green+Blue) = 51+29+174=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #331DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331DAE is #CCE251. Grayscale: #333333. Windows color (decimal): -13427282 or 11410739. OLE color: 11410739.

HSL color Cylindrical-coordinate representation of color #331DAE: hue angle of 249.1º 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 #331DAE is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 29 174 -
CMYK 0.71 0.83 0 0.32
HSL 249.1º 0.71% 0.4% -
HSV(B) 249.1º 0.83% 0.68% -
XYZ 9.44 4.64 40.44 -
YUV 52.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 51 29 174 0.71 0.83 0 0.32 249.1 0.71 0.4
Hex 33 1D AE 47 53 0 20 F9 47 28
Octal 63 35 256 107 123 0 40 371 107 50
Binary 110011 11101 10101110 1000111 1010011 0 100000 11111001 1000111 101000

Color Harmonies of #331DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DAE

Black with #331DAE

Text Example


Text Example

White with #331DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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