Html Css Color HEX #461CFF Han Purple

📋 copy color: '#461CFF'

red 70 ◦ green 28 ◦ blue 255

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

Shades of Han Purple #461CFF

Tints of Han Purple #461CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.93%

 BLUE value IS 255 (100% from 255) = 72.24%

R = 19.83%
G = 7.93%
B = 72.24%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#461CFF (or 0x461CFF) is known color: Han Purple. HEX triplet: 46, 1C and FF. RGB value is (70,28,255). Sum of RGB (Red+Green+Blue) = 70+28+255=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #461CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CFF is #B9E300. Grayscale: #414141. Windows color (decimal): -12182273 or 16718918. OLE color: 16718918.

HSL color Cylindrical-coordinate representation of color #461CFF: hue angle of 251.1º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461CFF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 28 255 -
CMYK 0.73 0.89 0 0
HSL 251.1º 1% 0.55% -
HSV(B) 251.1º 0.89% 1% -
XYZ 20.99 9.35 95.31 -
YUV 66.44 234.41 130.54 -
System Red Green Blue C M Y K H S L
Decimal 70 28 255 0.73 0.89 0 0 251.1 1 0.55
Hex 46 1C FF 49 59 0 0 FB 64 37
Octal 106 34 377 111 131 0 0 373 144 67
Binary 1000110 11100 11111111 1001001 1011001 0 0 11111011 1100100 110111

Color Harmonies of #461CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CFF

Black with #461CFF

Text Example


Text Example

White with #461CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,28,255); }

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

background-color css

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

 a { background-color: rgb(70,28,255); }

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

border-color css

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

 span { border-color: rgb(70,28,255); }

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