Html Css Color HEX #310FDD Han Purple

📋 copy color: '#310FDD'

red 49 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #310FDD

Tints of Han Purple #310FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.26%

 BLUE value IS 221 (86.72% from 255) = 77.54%

R = 17.19%
G = 5.26%
B = 77.54%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#310FDD (or 0x310FDD) is known color: Han Purple. HEX triplet: 31, 0F and DD. RGB value is (49,15,221). Sum of RGB (Red+Green+Blue) = 49+15+221=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #310FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310FDD is #CEF022. Grayscale: #2F2F2F. Windows color (decimal): -13561891 or 14487345. OLE color: 14487345.

HSL color Cylindrical-coordinate representation of color #310FDD: hue angle of 249.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310FDD is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 15 221 -
CMYK 0.78 0.93 0 0.13
HSL 249.9º 0.87% 0.46% -
HSV(B) 249.9º 0.93% 0.87% -
XYZ 14.49 6.22 68.84 -
YUV 48.65 225.26 128.25 -
System Red Green Blue C M Y K H S L
Decimal 49 15 221 0.78 0.93 0 0.13 249.9 0.87 0.46
Hex 31 F DD 4E 5D 0 D FA 57 2E
Octal 61 17 335 116 135 0 15 372 127 56
Binary 110001 1111 11011101 1001110 1011101 0 1101 11111010 1010111 101110

Color Harmonies of #310FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310FDD

Black with #310FDD

Text Example


Text Example

White with #310FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310FDD; }

 p { color: rgb(49,15,221); }

 H1.HeaderClassName
 {
   color: #310FDD;
 }
 .AnyTagClassName
 {
   color: #310FDD;
 }
</style>

background-color css

<style>
 a { background-color: #310FDD; }

 a { background-color: rgb(49,15,221); }

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

border-color css

<style>
 span { border-color: #310FDD; }

 span { border-color: rgb(49,15,221); }

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