Html Css Color HEX #461BDC Han Purple

📋 copy color: '#461BDC'

red 70 ◦ green 27 ◦ blue 220

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

Shades of Han Purple #461BDC

Tints of Han Purple #461BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 22.08%
G = 8.52%
B = 69.4%

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

#461BDC (or 0x461BDC) is known color: Han Purple. HEX triplet: 46, 1B and DC. RGB value is (70,27,220). Sum of RGB (Red+Green+Blue) = 70+27+220=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #461BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BDC is #B9E423. Grayscale: #3D3D3D. Windows color (decimal): -12182564 or 14424902. OLE color: 14424902.

HSL color Cylindrical-coordinate representation of color #461BDC: hue angle of 253.37º 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 #461BDC is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 27 220 -
CMYK 0.68 0.88 0 0.14
HSL 253.37º 0.78% 0.48% -
HSV(B) 253.37º 0.88% 0.86% -
XYZ 15.84 7.25 68.28 -
YUV 61.86 217.25 133.81 -
System Red Green Blue C M Y K H S L
Decimal 70 27 220 0.68 0.88 0 0.14 253.37 0.78 0.48
Hex 46 1B DC 44 58 0 E FD 4E 30
Octal 106 33 334 104 130 0 16 375 116 60
Binary 1000110 11011 11011100 1000100 1011000 0 1110 11111101 1001110 110000

Color Harmonies of #461BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BDC

Black with #461BDC

Text Example


Text Example

White with #461BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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