Html Css Color HEX #311EC4 Persian Blue

📋 copy color: '#311EC4'

red 49 ◦ green 30 ◦ blue 196

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

Shades of Persian Blue #311EC4

Tints of Persian Blue #311EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 71.27%

R = 17.82%
G = 10.91%
B = 71.27%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#311EC4 (or 0x311EC4) is known color: Persian Blue. HEX triplet: 31, 1E and C4. RGB value is (49,30,196). Sum of RGB (Red+Green+Blue) = 49+30+196=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 196 (76.95% from 255 or 71.27% from 275); Max value from RGB is 196 - color contains mainly: blue. Hex color #311EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311EC4 is #CEE13B. Grayscale: #353535. Windows color (decimal): -13558076 or 12852785. OLE color: 12852785.

HSL color Cylindrical-coordinate representation of color #311EC4: hue angle of 246.87º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311EC4 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 30 196 -
CMYK 0.75 0.85 0 0.23
HSL 246.87º 0.73% 0.44% -
HSV(B) 246.87º 0.85% 0.77% -
XYZ 11.69 5.57 52.68 -
YUV 54.61 207.79 124 -
System Red Green Blue C M Y K H S L
Decimal 49 30 196 0.75 0.85 0 0.23 246.87 0.73 0.44
Hex 31 1E C4 4B 55 0 17 F7 49 2C
Octal 61 36 304 113 125 0 27 367 111 54
Binary 110001 11110 11000100 1001011 1010101 0 10111 11110111 1001001 101100

Color Harmonies of #311EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311EC4

Black with #311EC4

Text Example


Text Example

White with #311EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,30,196); }

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

background-color css

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

 a { background-color: rgb(49,30,196); }

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

border-color css

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

 span { border-color: rgb(49,30,196); }

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