Html Css Color HEX #310CDD Han Purple

📋 copy color: '#310CDD'

red 49 ◦ green 12 ◦ blue 221

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

Shades of Han Purple #310CDD

Tints of Han Purple #310CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.26%

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

R = 17.38%
G = 4.26%
B = 78.37%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#310CDD (or 0x310CDD) is known color: Han Purple. HEX triplet: 31, 0C and DD. RGB value is (49,12,221). Sum of RGB (Red+Green+Blue) = 49+12+221=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #310CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CDD is #CEF322. Grayscale: #2E2E2E. Windows color (decimal): -13562659 or 14486577. OLE color: 14486577.

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

Color convert

RGB 49 12 221 -
CMYK 0.78 0.95 0 0.13
HSL 250.62º 0.9% 0.46% -
HSV(B) 250.62º 0.95% 0.87% -
XYZ 14.45 6.14 68.83 -
YUV 46.89 226.26 129.51 -
System Red Green Blue C M Y K H S L
Decimal 49 12 221 0.78 0.95 0 0.13 250.62 0.9 0.46
Hex 31 C DD 4E 5F 0 D FB 5A 2E
Octal 61 14 335 116 137 0 15 373 132 56
Binary 110001 1100 11011101 1001110 1011111 0 1101 11111011 1011010 101110

Color Harmonies of #310CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CDD

Black with #310CDD

Text Example


Text Example

White with #310CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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