Html Css Color HEX #460DF9 Han Purple

📋 copy color: '#460DF9'

red 70 ◦ green 13 ◦ blue 249

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

Shades of Han Purple #460DF9

Tints of Han Purple #460DF9

RGB

 RED value IS 70 (27.73% from 255) = 21.08%

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

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

R = 21.08%
G = 3.92%
B = 75%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#460DF9 (or 0x460DF9) is known color: Han Purple. HEX triplet: 46, 0D and F9. RGB value is (70,13,249). Sum of RGB (Red+Green+Blue) = 70+13+249=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 249 (97.66% from 255 or 75% from 332); Max value from RGB is 249 - color contains mainly: blue. Hex color #460DF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460DF9 is #B9F206. Grayscale: #383838. Windows color (decimal): -12186119 or 16321862. OLE color: 16321862.

HSL color Cylindrical-coordinate representation of color #460DF9: hue angle of 254.49º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460DF9 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 13 249 -
CMYK 0.72 0.95 0 0.02
HSL 254.49º 0.95% 0.51% -
HSV(B) 254.49º 0.95% 0.98% -
XYZ 19.77 8.43 90.21 -
YUV 56.95 236.38 137.31 -
System Red Green Blue C M Y K H S L
Decimal 70 13 249 0.72 0.95 0 0.02 254.49 0.95 0.51
Hex 46 D F9 48 5F 0 2 FE 5F 33
Octal 106 15 371 110 137 0 2 376 137 63
Binary 1000110 1101 11111001 1001000 1011111 0 10 11111110 1011111 110011

Color Harmonies of #460DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DF9

Black with #460DF9

Text Example


Text Example

White with #460DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460DF9; }

 p { color: rgb(70,13,249); }

 H1.HeaderClassName
 {
   color: #460DF9;
 }
 .AnyTagClassName
 {
   color: #460DF9;
 }
</style>

background-color css

<style>
 a { background-color: #460DF9; }

 a { background-color: rgb(70,13,249); }

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

border-color css

<style>
 span { border-color: #460DF9; }

 span { border-color: rgb(70,13,249); }

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