Html Css Color HEX #462CFD Han Purple

📋 copy color: '#462CFD'

red 70 ◦ green 44 ◦ blue 253

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

Shades of Han Purple #462CFD

Tints of Han Purple #462CFD

RGB

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

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

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

R = 19.07%
G = 11.99%
B = 68.94%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#462CFD (or 0x462CFD) is known color: Han Purple. HEX triplet: 46, 2C and FD. RGB value is (70,44,253). Sum of RGB (Red+Green+Blue) = 70+44+253=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #462CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462CFD is #B9D302. Grayscale: #4A4A4A. Windows color (decimal): -12178179 or 16591942. OLE color: 16591942.

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

Color convert

RGB 70 44 253 -
CMYK 0.72 0.83 0 0.01
HSL 247.46º 0.98% 0.58% -
HSV(B) 247.46º 0.83% 0.99% -
XYZ 21.16 10.2 93.78 -
YUV 75.6 228.11 124.01 -
System Red Green Blue C M Y K H S L
Decimal 70 44 253 0.72 0.83 0 0.01 247.46 0.98 0.58
Hex 46 2C FD 48 53 0 1 F7 62 3A
Octal 106 54 375 110 123 0 1 367 142 72
Binary 1000110 101100 11111101 1001000 1010011 0 1 11110111 1100010 111010

Color Harmonies of #462CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462CFD

Black with #462CFD

Text Example


Text Example

White with #462CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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