Html Css Color HEX #462CDD Han Purple

📋 copy color: '#462CDD'

red 70 ◦ green 44 ◦ blue 221

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

Shades of Han Purple #462CDD

Tints of Han Purple #462CDD

RGB

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

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

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

R = 20.9%
G = 13.13%
B = 65.97%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#462CDD (or 0x462CDD) is known color: Han Purple. HEX triplet: 46, 2C and DD. RGB value is (70,44,221). Sum of RGB (Red+Green+Blue) = 70+44+221=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #462CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CDD is #B9D322. Grayscale: #474747. Windows color (decimal): -12178211 or 14494790. OLE color: 14494790.

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

Color convert

RGB 70 44 221 -
CMYK 0.68 0.80 0 0.13
HSL 248.81º 0.72% 0.52% -
HSV(B) 248.81º 0.8% 0.87% -
XYZ 16.48 8.32 69.14 -
YUV 71.95 212.11 126.61 -
System Red Green Blue C M Y K H S L
Decimal 70 44 221 0.68 0.80 0 0.13 248.81 0.72 0.52
Hex 46 2C DD 44 50 0 D F9 48 34
Octal 106 54 335 104 120 0 15 371 110 64
Binary 1000110 101100 11011101 1000100 1010000 0 1101 11111001 1001000 110100

Color Harmonies of #462CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462CDD

Black with #462CDD

Text Example


Text Example

White with #462CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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