Html Css Color HEX #460FFD Han Purple

📋 copy color: '#460FFD'

red 70 ◦ green 15 ◦ blue 253

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

Shades of Han Purple #460FFD

Tints of Han Purple #460FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

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

R = 20.71%
G = 4.44%
B = 74.85%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#460FFD (or 0x460FFD) is known color: Han Purple. HEX triplet: 46, 0F and FD. RGB value is (70,15,253). Sum of RGB (Red+Green+Blue) = 70+15+253=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #460FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460FFD is #B9F002. Grayscale: #393939. Windows color (decimal): -12185603 or 16584518. OLE color: 16584518.

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

Color convert

RGB 70 15 253 -
CMYK 0.72 0.94 0 0.01
HSL 253.87º 0.98% 0.53% -
HSV(B) 253.87º 0.94% 0.99% -
XYZ 20.43 8.74 93.54 -
YUV 58.58 237.72 136.15 -
System Red Green Blue C M Y K H S L
Decimal 70 15 253 0.72 0.94 0 0.01 253.87 0.98 0.53
Hex 46 F FD 48 5E 0 1 FE 62 35
Octal 106 17 375 110 136 0 1 376 142 65
Binary 1000110 1111 11111101 1001000 1011110 0 1 11111110 1100010 110101

Color Harmonies of #460FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FFD

Black with #460FFD

Text Example


Text Example

White with #460FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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