Html Css Color HEX #460DFB Han Purple

📋 copy color: '#460DFB'

red 70 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #460DFB

Tints of Han Purple #460DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 75.15%

R = 20.96%
G = 3.89%
B = 75.15%

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

#460DFB (or 0x460DFB) is known color: Han Purple. HEX triplet: 46, 0D and FB. RGB value is (70,13,251). Sum of RGB (Red+Green+Blue) = 70+13+251=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #460DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460DFB is #B9F204. Grayscale: #383838. Windows color (decimal): -12186117 or 16452934. OLE color: 16452934.

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

Color convert

RGB 70 13 251 -
CMYK 0.72 0.95 0 0.02
HSL 254.37º 0.97% 0.52% -
HSV(B) 254.37º 0.95% 0.98% -
XYZ 20.08 8.55 91.86 -
YUV 57.18 237.38 137.15 -
System Red Green Blue C M Y K H S L
Decimal 70 13 251 0.72 0.95 0 0.02 254.37 0.97 0.52
Hex 46 D FB 48 5F 0 2 FE 61 34
Octal 106 15 373 110 137 0 2 376 141 64
Binary 1000110 1101 11111011 1001000 1011111 0 10 11111110 1100001 110100

Color Harmonies of #460DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DFB

Black with #460DFB

Text Example


Text Example

White with #460DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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