Html Css Color HEX #462DFD Han Purple

📋 copy color: '#462DFD'

red 70 ◦ green 45 ◦ blue 253

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

Shades of Han Purple #462DFD

Tints of Han Purple #462DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.75%

R = 19.02%
G = 12.23%
B = 68.75%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#462DFD (or 0x462DFD) is known color: Han Purple. HEX triplet: 46, 2D and FD. RGB value is (70,45,253). Sum of RGB (Red+Green+Blue) = 70+45+253=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #462DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462DFD is #B9D202. Grayscale: #4B4B4B. Windows color (decimal): -12177923 or 16592198. OLE color: 16592198.

HSL color Cylindrical-coordinate representation of color #462DFD: hue angle of 247.21º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #462DFD is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 45 253 -
CMYK 0.72 0.82 0 0.01
HSL 247.21º 0.98% 0.58% -
HSV(B) 247.21º 0.82% 0.99% -
XYZ 21.19 10.27 93.79 -
YUV 76.19 227.78 123.59 -
System Red Green Blue C M Y K H S L
Decimal 70 45 253 0.72 0.82 0 0.01 247.21 0.98 0.58
Hex 46 2D FD 48 52 0 1 F7 62 3A
Octal 106 55 375 110 122 0 1 367 142 72
Binary 1000110 101101 11111101 1001000 1010010 0 1 11110111 1100010 111010

Color Harmonies of #462DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DFD

Black with #462DFD

Text Example


Text Example

White with #462DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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