Html Css Color HEX #462FDF Han Purple

📋 copy color: '#462FDF'

red 70 ◦ green 47 ◦ blue 223

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

Shades of Han Purple #462FDF

Tints of Han Purple #462FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.82%

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 20.59%
G = 13.82%
B = 65.59%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#462FDF (or 0x462FDF) is known color: Han Purple. HEX triplet: 46, 2F and DF. RGB value is (70,47,223). Sum of RGB (Red+Green+Blue) = 70+47+223=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #462FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FDF is #B9D020. Grayscale: #494949. Windows color (decimal): -12177441 or 14626630. OLE color: 14626630.

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

Color convert

RGB 70 47 223 -
CMYK 0.69 0.79 0 0.13
HSL 247.84º 0.73% 0.53% -
HSV(B) 247.84º 0.79% 0.87% -
XYZ 16.86 8.66 70.6 -
YUV 73.94 212.12 125.19 -
System Red Green Blue C M Y K H S L
Decimal 70 47 223 0.69 0.79 0 0.13 247.84 0.73 0.53
Hex 46 2F DF 45 4F 0 D F8 49 35
Octal 106 57 337 105 117 0 15 370 111 65
Binary 1000110 101111 11011111 1000101 1001111 0 1101 11111000 1001001 110101

Color Harmonies of #462FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FDF

Black with #462FDF

Text Example


Text Example

White with #462FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,47,223); }

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

background-color css

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

 a { background-color: rgb(70,47,223); }

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

border-color css

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

 span { border-color: rgb(70,47,223); }

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