Html Css Color HEX #461FEB Han Purple

📋 copy color: '#461FEB'

red 70 ◦ green 31 ◦ blue 235

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

Shades of Han Purple #461FEB

Tints of Han Purple #461FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.23%

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

R = 20.83%
G = 9.23%
B = 69.94%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#461FEB (or 0x461FEB) is known color: Han Purple. HEX triplet: 46, 1F and EB. RGB value is (70,31,235). Sum of RGB (Red+Green+Blue) = 70+31+235=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #461FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461FEB is #B9E014. Grayscale: #414141. Windows color (decimal): -12181525 or 15408966. OLE color: 15408966.

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

Color convert

RGB 70 31 235 -
CMYK 0.70 0.87 0 0.08
HSL 251.47º 0.84% 0.52% -
HSV(B) 251.47º 0.87% 0.92% -
XYZ 18.01 8.28 79.25 -
YUV 65.92 223.42 130.91 -
System Red Green Blue C M Y K H S L
Decimal 70 31 235 0.70 0.87 0 0.08 251.47 0.84 0.52
Hex 46 1F EB 46 57 0 8 FB 54 34
Octal 106 37 353 106 127 0 10 373 124 64
Binary 1000110 11111 11101011 1000110 1010111 0 1000 11111011 1010100 110100

Color Harmonies of #461FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FEB

Black with #461FEB

Text Example


Text Example

White with #461FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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