Html Css Color HEX #461BFF Han Purple

📋 copy color: '#461BFF'

red 70 ◦ green 27 ◦ blue 255

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

Shades of Han Purple #461BFF

Tints of Han Purple #461BFF

RGB

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

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

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

R = 19.89%
G = 7.67%
B = 72.44%

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

#461BFF (or 0x461BFF) is known color: Han Purple. HEX triplet: 46, 1B and FF. RGB value is (70,27,255). Sum of RGB (Red+Green+Blue) = 70+27+255=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #461BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461BFF is #B9E400. Grayscale: #404040. Windows color (decimal): -12182529 or 16718662. OLE color: 16718662.

HSL color Cylindrical-coordinate representation of color #461BFF: hue angle of 251.32º 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 #461BFF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 27 255 -
CMYK 0.73 0.89 0 0
HSL 251.32º 1% 0.55% -
HSV(B) 251.32º 0.89% 1% -
XYZ 20.97 9.31 95.3 -
YUV 65.85 234.75 130.96 -
System Red Green Blue C M Y K H S L
Decimal 70 27 255 0.73 0.89 0 0 251.32 1 0.55
Hex 46 1B FF 49 59 0 0 FB 64 37
Octal 106 33 377 111 131 0 0 373 144 67
Binary 1000110 11011 11111111 1001001 1011001 0 0 11111011 1100100 110111

Color Harmonies of #461BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BFF

Black with #461BFF

Text Example


Text Example

White with #461BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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