Html Css Color HEX #311ABC Persian Blue

📋 copy color: '#311ABC'

red 49 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #311ABC

Tints of Persian Blue #311ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.89%

 BLUE value IS 188 (73.83% from 255) = 71.48%

R = 18.63%
G = 9.89%
B = 71.48%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#311ABC (or 0x311ABC) is known color: Persian Blue. HEX triplet: 31, 1A and BC. RGB value is (49,26,188). Sum of RGB (Red+Green+Blue) = 49+26+188=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #311ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311ABC is #CEE543. Grayscale: #323232. Windows color (decimal): -13559108 or 12327473. OLE color: 12327473.

HSL color Cylindrical-coordinate representation of color #311ABC: hue angle of 248.52º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311ABC is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 26 188 -
CMYK 0.74 0.86 0 0.26
HSL 248.52º 0.76% 0.42% -
HSV(B) 248.52º 0.86% 0.74% -
XYZ 10.71 5.02 47.98 -
YUV 51.35 205.12 126.33 -
System Red Green Blue C M Y K H S L
Decimal 49 26 188 0.74 0.86 0 0.26 248.52 0.76 0.42
Hex 31 1A BC 4A 56 0 1A F9 4C 2A
Octal 61 32 274 112 126 0 32 371 114 52
Binary 110001 11010 10111100 1001010 1010110 0 11010 11111001 1001100 101010

Color Harmonies of #311ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311ABC

Black with #311ABC

Text Example


Text Example

White with #311ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,26,188); }

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

background-color css

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

 a { background-color: rgb(49,26,188); }

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

border-color css

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

 span { border-color: rgb(49,26,188); }

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