Html Css Color HEX #462EDD Han Purple

📋 copy color: '#462EDD'

red 70 ◦ green 46 ◦ blue 221

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

Shades of Han Purple #462EDD

Tints of Han Purple #462EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

 BLUE value IS 221 (86.72% from 255) = 65.58%

R = 20.77%
G = 13.65%
B = 65.58%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#462EDD (or 0x462EDD) is known color: Han Purple. HEX triplet: 46, 2E and DD. RGB value is (70,46,221). Sum of RGB (Red+Green+Blue) = 70+46+221=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #462EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462EDD is #B9D122. Grayscale: #484848. Windows color (decimal): -12177699 or 14495302. OLE color: 14495302.

HSL color Cylindrical-coordinate representation of color #462EDD: hue angle of 248.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #462EDD is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 46 221 -
CMYK 0.68 0.79 0 0.13
HSL 248.23º 0.72% 0.52% -
HSV(B) 248.23º 0.79% 0.87% -
XYZ 16.55 8.48 69.17 -
YUV 73.13 211.45 125.77 -
System Red Green Blue C M Y K H S L
Decimal 70 46 221 0.68 0.79 0 0.13 248.23 0.72 0.52
Hex 46 2E DD 44 4F 0 D F8 48 34
Octal 106 56 335 104 117 0 15 370 110 64
Binary 1000110 101110 11011101 1000100 1001111 0 1101 11111000 1001000 110100

Color Harmonies of #462EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462EDD

Black with #462EDD

Text Example


Text Example

White with #462EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,46,221); }

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

background-color css

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

 a { background-color: rgb(70,46,221); }

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

border-color css

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

 span { border-color: rgb(70,46,221); }

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