Html Css Color HEX #311CBF Persian Blue

📋 copy color: '#311CBF'

red 49 ◦ green 28 ◦ blue 191

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

Shades of Persian Blue #311CBF

Tints of Persian Blue #311CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.45%

 BLUE value IS 191 (75% from 255) = 71.27%

R = 18.28%
G = 10.45%
B = 71.27%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#311CBF (or 0x311CBF) is known color: Persian Blue. HEX triplet: 31, 1C and BF. RGB value is (49,28,191). Sum of RGB (Red+Green+Blue) = 49+28+191=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #311CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CBF is #CEE340. Grayscale: #343434. Windows color (decimal): -13558593 or 12524593. OLE color: 12524593.

HSL color Cylindrical-coordinate representation of color #311CBF: hue angle of 247.73º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311CBF is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 28 191 -
CMYK 0.74 0.85 0 0.25
HSL 247.73º 0.74% 0.43% -
HSV(B) 247.73º 0.85% 0.75% -
XYZ 11.09 5.25 49.72 -
YUV 52.86 205.96 125.25 -
System Red Green Blue C M Y K H S L
Decimal 49 28 191 0.74 0.85 0 0.25 247.73 0.74 0.43
Hex 31 1C BF 4A 55 0 19 F8 4A 2B
Octal 61 34 277 112 125 0 31 370 112 53
Binary 110001 11100 10111111 1001010 1010101 0 11001 11111000 1001010 101011

Color Harmonies of #311CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CBF

Black with #311CBF

Text Example


Text Example

White with #311CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,28,191); }

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

background-color css

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

 a { background-color: rgb(49,28,191); }

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

border-color css

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

 span { border-color: rgb(49,28,191); }

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