Html Css Color HEX #460DFD Han Purple

📋 copy color: '#460DFD'

red 70 ◦ green 13 ◦ blue 253

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

Shades of Han Purple #460DFD

Tints of Han Purple #460DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.3%

R = 20.83%
G = 3.87%
B = 75.3%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#460DFD (or 0x460DFD) is known color: Han Purple. HEX triplet: 46, 0D and FD. RGB value is (70,13,253). Sum of RGB (Red+Green+Blue) = 70+13+253=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #460DFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460DFD is #B9F202. Grayscale: #383838. Windows color (decimal): -12186115 or 16584006. OLE color: 16584006.

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

Color convert

RGB 70 13 253 -
CMYK 0.72 0.95 0 0.01
HSL 254.25º 0.98% 0.52% -
HSV(B) 254.25º 0.95% 0.99% -
XYZ 20.4 8.68 93.53 -
YUV 57.4 238.38 136.99 -
System Red Green Blue C M Y K H S L
Decimal 70 13 253 0.72 0.95 0 0.01 254.25 0.98 0.52
Hex 46 D FD 48 5F 0 1 FE 62 34
Octal 106 15 375 110 137 0 1 376 142 64
Binary 1000110 1101 11111101 1001000 1011111 0 1 11111110 1100010 110100

Color Harmonies of #460DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DFD

Black with #460DFD

Text Example


Text Example

White with #460DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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