Html Css Color HEX #461BEB Han Purple

📋 copy color: '#461BEB'

red 70 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #461BEB

Tints of Han Purple #461BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.78%

R = 21.08%
G = 8.13%
B = 70.78%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#461BEB (or 0x461BEB) is known color: Han Purple. HEX triplet: 46, 1B and EB. RGB value is (70,27,235). Sum of RGB (Red+Green+Blue) = 70+27+235=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #461BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461BEB is #B9E414. Grayscale: #3E3E3E. Windows color (decimal): -12182549 or 15407942. OLE color: 15407942.

HSL color Cylindrical-coordinate representation of color #461BEB: hue angle of 252.4º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461BEB is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 27 235 -
CMYK 0.70 0.89 0 0.08
HSL 252.4º 0.84% 0.51% -
HSV(B) 252.4º 0.89% 0.92% -
XYZ 17.91 8.08 79.21 -
YUV 63.57 224.75 132.59 -
System Red Green Blue C M Y K H S L
Decimal 70 27 235 0.70 0.89 0 0.08 252.4 0.84 0.51
Hex 46 1B EB 46 59 0 8 FC 54 33
Octal 106 33 353 106 131 0 10 374 124 63
Binary 1000110 11011 11101011 1000110 1011001 0 1000 11111100 1010100 110011

Color Harmonies of #461BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BEB

Black with #461BEB

Text Example


Text Example

White with #461BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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