Html Css Color HEX #460BFA Han Purple

📋 copy color: '#460BFA'

red 70 ◦ green 11 ◦ blue 250

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

Shades of Han Purple #460BFA

Tints of Han Purple #460BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.53%

R = 21.15%
G = 3.32%
B = 75.53%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#460BFA (or 0x460BFA) is known color: Han Purple. HEX triplet: 46, 0B and FA. RGB value is (70,11,250). Sum of RGB (Red+Green+Blue) = 70+11+250=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #460BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460BFA is #B9F405. Grayscale: #363636. Windows color (decimal): -12186630 or 16386886. OLE color: 16386886.

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

Color convert

RGB 70 11 250 -
CMYK 0.72 0.96 0 0.02
HSL 254.81º 0.96% 0.51% -
HSV(B) 254.81º 0.96% 0.98% -
XYZ 19.9 8.44 91.02 -
YUV 55.89 237.55 138.07 -
System Red Green Blue C M Y K H S L
Decimal 70 11 250 0.72 0.96 0 0.02 254.81 0.96 0.51
Hex 46 B FA 48 60 0 2 FF 60 33
Octal 106 13 372 110 140 0 2 377 140 63
Binary 1000110 1011 11111010 1001000 1100000 0 10 11111111 1100000 110011

Color Harmonies of #460BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BFA

Black with #460BFA

Text Example


Text Example

White with #460BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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