Html Css Color HEX #460BFB Han Purple

📋 copy color: '#460BFB'

red 70 ◦ green 11 ◦ blue 251

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

Shades of Han Purple #460BFB

Tints of Han Purple #460BFB

RGB

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

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

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

R = 21.08%
G = 3.31%
B = 75.6%

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

#460BFB (or 0x460BFB) is known color: Han Purple. HEX triplet: 46, 0B and FB. RGB value is (70,11,251). Sum of RGB (Red+Green+Blue) = 70+11+251=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #460BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460BFB is #B9F404. Grayscale: #373737. Windows color (decimal): -12186629 or 16452422. OLE color: 16452422.

HSL color Cylindrical-coordinate representation of color #460BFB: hue angle of 254.75º degrees, saturation: 0.97, 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 #460BFB is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 11 251 -
CMYK 0.72 0.96 0 0.02
HSL 254.75º 0.97% 0.51% -
HSV(B) 254.75º 0.96% 0.98% -
XYZ 20.06 8.51 91.85 -
YUV 56 238.05 137.99 -
System Red Green Blue C M Y K H S L
Decimal 70 11 251 0.72 0.96 0 0.02 254.75 0.97 0.51
Hex 46 B FB 48 60 0 2 FF 61 33
Octal 106 13 373 110 140 0 2 377 141 63
Binary 1000110 1011 11111011 1001000 1100000 0 10 11111111 1100001 110011

Color Harmonies of #460BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BFB

Black with #460BFB

Text Example


Text Example

White with #460BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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