Html Css Color HEX #310BDD Han Purple

📋 copy color: '#310BDD'

red 49 ◦ green 11 ◦ blue 221

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

Shades of Han Purple #310BDD

Tints of Han Purple #310BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.91%

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

R = 17.44%
G = 3.91%
B = 78.65%

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

#310BDD (or 0x310BDD) is known color: Han Purple. HEX triplet: 31, 0B and DD. RGB value is (49,11,221). Sum of RGB (Red+Green+Blue) = 49+11+221=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #310BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BDD is #CEF422. Grayscale: #2D2D2D. Windows color (decimal): -13562915 or 14486321. OLE color: 14486321.

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

Color convert

RGB 49 11 221 -
CMYK 0.78 0.95 0 0.13
HSL 250.86º 0.91% 0.45% -
HSV(B) 250.86º 0.95% 0.87% -
XYZ 14.44 6.11 68.83 -
YUV 46.3 226.59 129.92 -
System Red Green Blue C M Y K H S L
Decimal 49 11 221 0.78 0.95 0 0.13 250.86 0.91 0.45
Hex 31 B DD 4E 5F 0 D FB 5B 2D
Octal 61 13 335 116 137 0 15 373 133 55
Binary 110001 1011 11011101 1001110 1011111 0 1101 11111011 1011011 101101

Color Harmonies of #310BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310BDD

Black with #310BDD

Text Example


Text Example

White with #310BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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