Html Css Color HEX #311DAE Persian Blue

📋 copy color: '#311DAE'

red 49 ◦ green 29 ◦ blue 174

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

Shades of Persian Blue #311DAE

Tints of Persian Blue #311DAE

RGB

 RED value IS 49 (19.53% from 255) = 19.44%

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

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

R = 19.44%
G = 11.51%
B = 69.05%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#311DAE (or 0x311DAE) is known color: Persian Blue. HEX triplet: 31, 1D and AE. RGB value is (49,29,174). Sum of RGB (Red+Green+Blue) = 49+29+174=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #311DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311DAE is #CEE251. Grayscale: #323232. Windows color (decimal): -13558354 or 11410737. OLE color: 11410737.

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

Color convert

RGB 49 29 174 -
CMYK 0.72 0.83 0 0.32
HSL 248.28º 0.71% 0.4% -
HSV(B) 248.28º 0.83% 0.68% -
XYZ 9.35 4.59 40.44 -
YUV 51.51 197.13 126.21 -
System Red Green Blue C M Y K H S L
Decimal 49 29 174 0.72 0.83 0 0.32 248.28 0.71 0.4
Hex 31 1D AE 48 53 0 20 F8 47 28
Octal 61 35 256 110 123 0 40 370 107 50
Binary 110001 11101 10101110 1001000 1010011 0 100000 11111000 1000111 101000

Color Harmonies of #311DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311DAE

Black with #311DAE

Text Example


Text Example

White with #311DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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