Html Css Color HEX #311CCF Persian Blue

📋 copy color: '#311CCF'

red 49 ◦ green 28 ◦ blue 207

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

Shades of Persian Blue #311CCF

Tints of Persian Blue #311CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.89%

R = 17.25%
G = 9.86%
B = 72.89%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#311CCF (or 0x311CCF) is known color: Persian Blue. HEX triplet: 31, 1C and CF. RGB value is (49,28,207). Sum of RGB (Red+Green+Blue) = 49+28+207=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #311CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CCF is #CEE330. Grayscale: #353535. Windows color (decimal): -13558577 or 13573169. OLE color: 13573169.

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

Color convert

RGB 49 28 207 -
CMYK 0.76 0.86 0 0.19
HSL 247.04º 0.76% 0.46% -
HSV(B) 247.04º 0.86% 0.81% -
XYZ 12.94 5.99 59.51 -
YUV 54.69 213.96 123.95 -
System Red Green Blue C M Y K H S L
Decimal 49 28 207 0.76 0.86 0 0.19 247.04 0.76 0.46
Hex 31 1C CF 4C 56 0 13 F7 4C 2E
Octal 61 34 317 114 126 0 23 367 114 56
Binary 110001 11100 11001111 1001100 1010110 0 10011 11110111 1001100 101110

Color Harmonies of #311CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CCF

Black with #311CCF

Text Example


Text Example

White with #311CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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