Html Css Color HEX #461BDB Han Purple

📋 copy color: '#461BDB'

red 70 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #461BDB

Tints of Han Purple #461BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 22.15%
G = 8.54%
B = 69.3%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#461BDB (or 0x461BDB) is known color: Han Purple. HEX triplet: 46, 1B and DB. RGB value is (70,27,219). Sum of RGB (Red+Green+Blue) = 70+27+219=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #461BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BDB is #B9E424. Grayscale: #3D3D3D. Windows color (decimal): -12182565 or 14359366. OLE color: 14359366.

HSL color Cylindrical-coordinate representation of color #461BDB: hue angle of 253.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461BDB is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 27 219 -
CMYK 0.68 0.88 0 0.14
HSL 253.44º 0.78% 0.48% -
HSV(B) 253.44º 0.88% 0.86% -
XYZ 15.7 7.2 67.58 -
YUV 61.75 216.75 133.89 -
System Red Green Blue C M Y K H S L
Decimal 70 27 219 0.68 0.88 0 0.14 253.44 0.78 0.48
Hex 46 1B DB 44 58 0 E FD 4E 30
Octal 106 33 333 104 130 0 16 375 116 60
Binary 1000110 11011 11011011 1000100 1011000 0 1110 11111101 1001110 110000

Color Harmonies of #461BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BDB

Black with #461BDB

Text Example


Text Example

White with #461BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461BDB; }

 p { color: rgb(70,27,219); }

 H1.HeaderClassName
 {
   color: #461BDB;
 }
 .AnyTagClassName
 {
   color: #461BDB;
 }
</style>

background-color css

<style>
 a { background-color: #461BDB; }

 a { background-color: rgb(70,27,219); }

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

border-color css

<style>
 span { border-color: #461BDB; }

 span { border-color: rgb(70,27,219); }

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