Html Css Color HEX #3117F0 Han Purple

📋 copy color: '#3117F0'

red 49 ◦ green 23 ◦ blue 240

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

Shades of Han Purple #3117F0

Tints of Han Purple #3117F0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

 BLUE value IS 240 (94.14% from 255) = 76.92%

R = 15.71%
G = 7.37%
B = 76.92%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3117F0 (or 0x3117F0) is known color: Han Purple. HEX triplet: 31, 17 and F0. RGB value is (49,23,240). Sum of RGB (Red+Green+Blue) = 49+23+240=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 240 (94.14% from 255 or 76.92% from 312); Max value from RGB is 240 - color contains mainly: blue. Hex color #3117F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3117F0 is #CEE80F. Grayscale: #363636. Windows color (decimal): -13559824 or 15734577. OLE color: 15734577.

HSL color Cylindrical-coordinate representation of color #3117F0: hue angle of 247.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3117F0 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 23 240 -
CMYK 0.80 0.90 0 0.06
HSL 247.19º 0.88% 0.52% -
HSV(B) 247.19º 0.9% 0.94% -
XYZ 17.3 7.56 82.98 -
YUV 55.51 232.11 123.36 -
System Red Green Blue C M Y K H S L
Decimal 49 23 240 0.80 0.90 0 0.06 247.19 0.88 0.52
Hex 31 17 F0 50 5A 0 6 F7 58 34
Octal 61 27 360 120 132 0 6 367 130 64
Binary 110001 10111 11110000 1010000 1011010 0 110 11110111 1011000 110100

Color Harmonies of #3117F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3117F0

Black with #3117F0

Text Example


Text Example

White with #3117F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3117F0; }

 p { color: rgb(49,23,240); }

 H1.HeaderClassName
 {
   color: #3117F0;
 }
 .AnyTagClassName
 {
   color: #3117F0;
 }
</style>

background-color css

<style>
 a { background-color: #3117F0; }

 a { background-color: rgb(49,23,240); }

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

border-color css

<style>
 span { border-color: #3117F0; }

 span { border-color: rgb(49,23,240); }

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