Html Css Color HEX #310DDD Han Purple

📋 copy color: '#310DDD'

red 49 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #310DDD

Tints of Han Purple #310DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

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

R = 17.31%
G = 4.59%
B = 78.09%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#310DDD (or 0x310DDD) is known color: Han Purple. HEX triplet: 31, 0D and DD. RGB value is (49,13,221). Sum of RGB (Red+Green+Blue) = 49+13+221=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #310DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DDD is #CEF222. Grayscale: #2E2E2E. Windows color (decimal): -13562403 or 14486833. OLE color: 14486833.

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

Color convert

RGB 49 13 221 -
CMYK 0.78 0.94 0 0.13
HSL 250.38º 0.89% 0.46% -
HSV(B) 250.38º 0.94% 0.87% -
XYZ 14.46 6.16 68.83 -
YUV 47.48 225.93 129.09 -
System Red Green Blue C M Y K H S L
Decimal 49 13 221 0.78 0.94 0 0.13 250.38 0.89 0.46
Hex 31 D DD 4E 5E 0 D FA 59 2E
Octal 61 15 335 116 136 0 15 372 131 56
Binary 110001 1101 11011101 1001110 1011110 0 1101 11111010 1011001 101110

Color Harmonies of #310DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310DDD

Black with #310DDD

Text Example


Text Example

White with #310DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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