Html Css Color HEX #312CF9 Han Purple

📋 copy color: '#312CF9'

red 49 ◦ green 44 ◦ blue 249

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

Shades of Han Purple #312CF9

Tints of Han Purple #312CF9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.87%

 BLUE value IS 249 (97.66% from 255) = 72.81%

R = 14.33%
G = 12.87%
B = 72.81%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#312CF9 (or 0x312CF9) is known color: Han Purple. HEX triplet: 31, 2C and F9. RGB value is (49,44,249). Sum of RGB (Red+Green+Blue) = 49+44+249=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #312CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312CF9 is #CED306. Grayscale: #444444. Windows color (decimal): -13554439 or 16329777. OLE color: 16329777.

HSL color Cylindrical-coordinate representation of color #312CF9: hue angle of 241.46º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312CF9 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 44 249 -
CMYK 0.80 0.82 0 0.02
HSL 241.46º 0.94% 0.57% -
HSV(B) 241.46º 0.82% 0.98% -
XYZ 19.27 9.29 90.4 -
YUV 68.87 229.66 113.83 -
System Red Green Blue C M Y K H S L
Decimal 49 44 249 0.80 0.82 0 0.02 241.46 0.94 0.57
Hex 31 2C F9 50 52 0 2 F1 5E 39
Octal 61 54 371 120 122 0 2 361 136 71
Binary 110001 101100 11111001 1010000 1010010 0 10 11110001 1011110 111001

Color Harmonies of #312CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CF9

Black with #312CF9

Text Example


Text Example

White with #312CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312CF9; }

 p { color: rgb(49,44,249); }

 H1.HeaderClassName
 {
   color: #312CF9;
 }
 .AnyTagClassName
 {
   color: #312CF9;
 }
</style>

background-color css

<style>
 a { background-color: #312CF9; }

 a { background-color: rgb(49,44,249); }

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

border-color css

<style>
 span { border-color: #312CF9; }

 span { border-color: rgb(49,44,249); }

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