Html Css Color HEX #311CB3 Persian Blue

📋 copy color: '#311CB3'

red 49 ◦ green 28 ◦ blue 179

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

Shades of Persian Blue #311CB3

Tints of Persian Blue #311CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 69.92%

R = 19.14%
G = 10.94%
B = 69.92%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#311CB3 (or 0x311CB3) is known color: Persian Blue. HEX triplet: 31, 1C and B3. RGB value is (49,28,179). Sum of RGB (Red+Green+Blue) = 49+28+179=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 179 (70.31% from 255 or 69.92% from 256); Max value from RGB is 179 - color contains mainly: blue. Hex color #311CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CB3 is #CEE34C. Grayscale: #323232. Windows color (decimal): -13558605 or 11738161. OLE color: 11738161.

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

Color convert

RGB 49 28 179 -
CMYK 0.73 0.84 0 0.30
HSL 248.34º 0.73% 0.41% -
HSV(B) 248.34º 0.84% 0.7% -
XYZ 9.82 4.74 43.04 -
YUV 51.49 199.96 126.22 -
System Red Green Blue C M Y K H S L
Decimal 49 28 179 0.73 0.84 0 0.30 248.34 0.73 0.41
Hex 31 1C B3 49 54 0 1E F8 49 29
Octal 61 34 263 111 124 0 36 370 111 51
Binary 110001 11100 10110011 1001001 1010100 0 11110 11111000 1001001 101001

Color Harmonies of #311CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CB3

Black with #311CB3

Text Example


Text Example

White with #311CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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