Html Css Color HEX #462CE4 Han Purple

📋 copy color: '#462CE4'

red 70 ◦ green 44 ◦ blue 228

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

Shades of Han Purple #462CE4

Tints of Han Purple #462CE4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.87%

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

R = 20.47%
G = 12.87%
B = 66.67%

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

#462CE4 (or 0x462CE4) is known color: Han Purple. HEX triplet: 46, 2C and E4. RGB value is (70,44,228). Sum of RGB (Red+Green+Blue) = 70+44+228=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 228 (89.45% from 255 or 66.67% from 342); Max value from RGB is 228 - color contains mainly: blue. Hex color #462CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CE4 is #B9D31B. Grayscale: #484848. Windows color (decimal): -12178204 or 14953542. OLE color: 14953542.

HSL color Cylindrical-coordinate representation of color #462CE4: hue angle of 248.48º 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 #462CE4 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 70 44 228 -
CMYK 0.69 0.81 0 0.11
HSL 248.48º 0.77% 0.53% -
HSV(B) 248.48º 0.81% 0.89% -
XYZ 17.43 8.7 74.16 -
YUV 72.75 215.61 126.04 -
System Red Green Blue C M Y K H S L
Decimal 70 44 228 0.69 0.81 0 0.11 248.48 0.77 0.53
Hex 46 2C E4 45 51 0 B F8 4D 35
Octal 106 54 344 105 121 0 13 370 115 65
Binary 1000110 101100 11100100 1000101 1010001 0 1011 11111000 1001101 110101

Color Harmonies of #462CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462CE4

Black with #462CE4

Text Example


Text Example

White with #462CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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