Html Css Color HEX #311DB4 Persian Blue

📋 copy color: '#311DB4'

red 49 ◦ green 29 ◦ blue 180

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

Shades of Persian Blue #311DB4

Tints of Persian Blue #311DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 69.77%

R = 18.99%
G = 11.24%
B = 69.77%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#311DB4 (or 0x311DB4) is known color: Persian Blue. HEX triplet: 31, 1D and B4. RGB value is (49,29,180). Sum of RGB (Red+Green+Blue) = 49+29+180=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #311DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311DB4 is #CEE24B. Grayscale: #333333. Windows color (decimal): -13558348 or 11803953. OLE color: 11803953.

HSL color Cylindrical-coordinate representation of color #311DB4: hue angle of 247.95º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311DB4 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 29 180 -
CMYK 0.73 0.84 0 0.29
HSL 247.95º 0.72% 0.41% -
HSV(B) 247.95º 0.84% 0.71% -
XYZ 9.94 4.83 43.59 -
YUV 52.19 200.13 125.72 -
System Red Green Blue C M Y K H S L
Decimal 49 29 180 0.73 0.84 0 0.29 247.95 0.72 0.41
Hex 31 1D B4 49 54 0 1D F8 48 29
Octal 61 35 264 111 124 0 35 370 110 51
Binary 110001 11101 10110100 1001001 1010100 0 11101 11111000 1001000 101001

Color Harmonies of #311DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311DB4

Black with #311DB4

Text Example


Text Example

White with #311DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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