Html Css Color HEX #462DEE Han Purple

📋 copy color: '#462DEE'

red 70 ◦ green 45 ◦ blue 238

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

Shades of Han Purple #462DEE

Tints of Han Purple #462DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.75%

 BLUE value IS 238 (93.36% from 255) = 67.42%

R = 19.83%
G = 12.75%
B = 67.42%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#462DEE (or 0x462DEE) is known color: Han Purple. HEX triplet: 46, 2D and EE. RGB value is (70,45,238). Sum of RGB (Red+Green+Blue) = 70+45+238=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #462DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462DEE is #B9D211. Grayscale: #494949. Windows color (decimal): -12177938 or 15609158. OLE color: 15609158.

HSL color Cylindrical-coordinate representation of color #462DEE: hue angle of 247.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462DEE is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 45 238 -
CMYK 0.71 0.81 0 0.07
HSL 247.77º 0.85% 0.55% -
HSV(B) 247.77º 0.81% 0.93% -
XYZ 18.9 9.35 81.7 -
YUV 74.48 220.28 124.81 -
System Red Green Blue C M Y K H S L
Decimal 70 45 238 0.71 0.81 0 0.07 247.77 0.85 0.55
Hex 46 2D EE 47 51 0 7 F8 55 37
Octal 106 55 356 107 121 0 7 370 125 67
Binary 1000110 101101 11101110 1000111 1010001 0 111 11111000 1010101 110111

Color Harmonies of #462DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DEE

Black with #462DEE

Text Example


Text Example

White with #462DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,45,238); }

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

background-color css

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

 a { background-color: rgb(70,45,238); }

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

border-color css

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

 span { border-color: rgb(70,45,238); }

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