Html Css Color HEX #460BDD Han Purple

📋 copy color: '#460BDD'

red 70 ◦ green 11 ◦ blue 221

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

Shades of Han Purple #460BDD

Tints of Han Purple #460BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 23.18%
G = 3.64%
B = 73.18%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#460BDD (or 0x460BDD) is known color: Han Purple. HEX triplet: 46, 0B and DD. RGB value is (70,11,221). Sum of RGB (Red+Green+Blue) = 70+11+221=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #460BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BDD is #B9F422. Grayscale: #333333. Windows color (decimal): -12186659 or 14486342. OLE color: 14486342.

HSL color Cylindrical-coordinate representation of color #460BDD: hue angle of 256.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BDD is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 11 221 -
CMYK 0.68 0.95 0 0.13
HSL 256.86º 0.91% 0.45% -
HSV(B) 256.86º 0.95% 0.87% -
XYZ 15.7 6.76 68.88 -
YUV 52.58 223.05 140.42 -
System Red Green Blue C M Y K H S L
Decimal 70 11 221 0.68 0.95 0 0.13 256.86 0.91 0.45
Hex 46 B DD 44 5F 0 D 101 5B 2D
Octal 106 13 335 104 137 0 15 401 133 55
Binary 1000110 1011 11011101 1000100 1011111 0 1101 100000001 1011011 101101

Color Harmonies of #460BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BDD

Black with #460BDD

Text Example


Text Example

White with #460BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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