Html Css Color HEX #460BFD Han Purple

📋 copy color: '#460BFD'

red 70 ◦ green 11 ◦ blue 253

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

Shades of Han Purple #460BFD

Tints of Han Purple #460BFD

RGB

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

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

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

R = 20.96%
G = 3.29%
B = 75.75%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#460BFD (or 0x460BFD) is known color: Han Purple. HEX triplet: 46, 0B and FD. RGB value is (70,11,253). Sum of RGB (Red+Green+Blue) = 70+11+253=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #460BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460BFD is #B9F402. Grayscale: #373737. Windows color (decimal): -12186627 or 16583494. OLE color: 16583494.

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

Color convert

RGB 70 11 253 -
CMYK 0.72 0.96 0 0.01
HSL 254.63º 0.98% 0.52% -
HSV(B) 254.63º 0.96% 0.99% -
XYZ 20.38 8.63 93.52 -
YUV 56.23 239.05 137.82 -
System Red Green Blue C M Y K H S L
Decimal 70 11 253 0.72 0.96 0 0.01 254.63 0.98 0.52
Hex 46 B FD 48 60 0 1 FF 62 34
Octal 106 13 375 110 140 0 1 377 142 64
Binary 1000110 1011 11111101 1001000 1100000 0 1 11111111 1100010 110100

Color Harmonies of #460BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BFD

Black with #460BFD

Text Example


Text Example

White with #460BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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