Html Css Color HEX #311FAA Persian Blue

📋 copy color: '#311FAA'

red 49 ◦ green 31 ◦ blue 170

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

Shades of Persian Blue #311FAA

Tints of Persian Blue #311FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.4%

 BLUE value IS 170 (66.8% from 255) = 68%

R = 19.6%
G = 12.4%
B = 68%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#311FAA (or 0x311FAA) is known color: Persian Blue. HEX triplet: 31, 1F and AA. RGB value is (49,31,170). Sum of RGB (Red+Green+Blue) = 49+31+170=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #311FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311FAA is #CEE055. Grayscale: #333333. Windows color (decimal): -13557846 or 11149105. OLE color: 11149105.

HSL color Cylindrical-coordinate representation of color #311FAA: hue angle of 247.77º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311FAA is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 31 170 -
CMYK 0.71 0.82 0 0.33
HSL 247.77º 0.69% 0.39% -
HSV(B) 247.77º 0.82% 0.67% -
XYZ 9.01 4.54 38.43 -
YUV 52.23 194.46 125.7 -
System Red Green Blue C M Y K H S L
Decimal 49 31 170 0.71 0.82 0 0.33 247.77 0.69 0.39
Hex 31 1F AA 47 52 0 21 F8 45 27
Octal 61 37 252 107 122 0 41 370 105 47
Binary 110001 11111 10101010 1000111 1010010 0 100001 11111000 1000101 100111

Color Harmonies of #311FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311FAA

Black with #311FAA

Text Example


Text Example

White with #311FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,31,170); }

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

background-color css

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

 a { background-color: rgb(49,31,170); }

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

border-color css

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

 span { border-color: rgb(49,31,170); }

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