Html Css Color HEX #461CE5 Han Purple

📋 copy color: '#461CE5'

red 70 ◦ green 28 ◦ blue 229

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

Shades of Han Purple #461CE5

Tints of Han Purple #461CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 70.03%

R = 21.41%
G = 8.56%
B = 70.03%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#461CE5 (or 0x461CE5) is known color: Han Purple. HEX triplet: 46, 1C and E5. RGB value is (70,28,229). Sum of RGB (Red+Green+Blue) = 70+28+229=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #461CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461CE5 is #B9E31A. Grayscale: #3E3E3E. Windows color (decimal): -12182299 or 15014982. OLE color: 15014982.

HSL color Cylindrical-coordinate representation of color #461CE5: hue angle of 252.54º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461CE5 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 28 229 -
CMYK 0.69 0.88 0 0.10
HSL 252.54º 0.79% 0.5% -
HSV(B) 252.54º 0.88% 0.9% -
XYZ 17.08 7.79 74.73 -
YUV 63.47 221.41 132.66 -
System Red Green Blue C M Y K H S L
Decimal 70 28 229 0.69 0.88 0 0.10 252.54 0.79 0.5
Hex 46 1C E5 45 58 0 A FD 4F 32
Octal 106 34 345 105 130 0 12 375 117 62
Binary 1000110 11100 11100101 1000101 1011000 0 1010 11111101 1001111 110010

Color Harmonies of #461CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CE5

Black with #461CE5

Text Example


Text Example

White with #461CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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