Html Css Color HEX #462BE4 Han Purple

📋 copy color: '#462BE4'

red 70 ◦ green 43 ◦ blue 228

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

Shades of Han Purple #462BE4

Tints of Han Purple #462BE4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.61%

 BLUE value IS 228 (89.45% from 255) = 66.86%

R = 20.53%
G = 12.61%
B = 66.86%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#462BE4 (or 0x462BE4) is known color: Han Purple. HEX triplet: 46, 2B and E4. RGB value is (70,43,228). Sum of RGB (Red+Green+Blue) = 70+43+228=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 228 (89.45% from 255 or 66.86% from 341); Max value from RGB is 228 - color contains mainly: blue. Hex color #462BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BE4 is #B9D41B. Grayscale: #474747. Windows color (decimal): -12178460 or 14953286. OLE color: 14953286.

HSL color Cylindrical-coordinate representation of color #462BE4: hue angle of 248.76º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462BE4 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 70 43 228 -
CMYK 0.69 0.81 0 0.11
HSL 248.76º 0.77% 0.53% -
HSV(B) 248.76º 0.81% 0.89% -
XYZ 17.39 8.63 74.15 -
YUV 72.16 215.95 126.46 -
System Red Green Blue C M Y K H S L
Decimal 70 43 228 0.69 0.81 0 0.11 248.76 0.77 0.53
Hex 46 2B E4 45 51 0 B F9 4D 35
Octal 106 53 344 105 121 0 13 371 115 65
Binary 1000110 101011 11100100 1000101 1010001 0 1011 11111001 1001101 110101

Color Harmonies of #462BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BE4

Black with #462BE4

Text Example


Text Example

White with #462BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462BE4; }

 p { color: rgb(70,43,228); }

 H1.HeaderClassName
 {
   color: #462BE4;
 }
 .AnyTagClassName
 {
   color: #462BE4;
 }
</style>

background-color css

<style>
 a { background-color: #462BE4; }

 a { background-color: rgb(70,43,228); }

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

border-color css

<style>
 span { border-color: #462BE4; }

 span { border-color: rgb(70,43,228); }

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