Html Css Color HEX #461BEF Han Purple

📋 copy color: '#461BEF'

red 70 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #461BEF

Tints of Han Purple #461BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.13%

R = 20.83%
G = 8.04%
B = 71.13%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#461BEF (or 0x461BEF) is known color: Han Purple. HEX triplet: 46, 1B and EF. RGB value is (70,27,239). Sum of RGB (Red+Green+Blue) = 70+27+239=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #461BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461BEF is #B9E410. Grayscale: #3F3F3F. Windows color (decimal): -12182545 or 15670086. OLE color: 15670086.

HSL color Cylindrical-coordinate representation of color #461BEF: hue angle of 252.17º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461BEF is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 27 239 -
CMYK 0.71 0.89 0 0.06
HSL 252.17º 0.87% 0.52% -
HSV(B) 252.17º 0.89% 0.94% -
XYZ 18.5 8.32 82.29 -
YUV 64.03 226.75 132.26 -
System Red Green Blue C M Y K H S L
Decimal 70 27 239 0.71 0.89 0 0.06 252.17 0.87 0.52
Hex 46 1B EF 47 59 0 6 FC 57 34
Octal 106 33 357 107 131 0 6 374 127 64
Binary 1000110 11011 11101111 1000111 1011001 0 110 11111100 1010111 110100

Color Harmonies of #461BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BEF

Black with #461BEF

Text Example


Text Example

White with #461BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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