Html Css Color HEX #460FDF Han Purple

📋 copy color: '#460FDF'

red 70 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #460FDF

Tints of Han Purple #460FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.87%

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

R = 22.73%
G = 4.87%
B = 72.4%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#460FDF (or 0x460FDF) is known color: Han Purple. HEX triplet: 46, 0F and DF. RGB value is (70,15,223). Sum of RGB (Red+Green+Blue) = 70+15+223=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #460FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FDF is #B9F020. Grayscale: #363636. Windows color (decimal): -12185633 or 14618438. OLE color: 14618438.

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

Color convert

RGB 70 15 223 -
CMYK 0.69 0.93 0 0.13
HSL 255.87º 0.87% 0.47% -
HSV(B) 255.87º 0.93% 0.87% -
XYZ 16.02 6.97 70.31 -
YUV 55.16 222.72 138.59 -
System Red Green Blue C M Y K H S L
Decimal 70 15 223 0.69 0.93 0 0.13 255.87 0.87 0.47
Hex 46 F DF 45 5D 0 D 100 57 2F
Octal 106 17 337 105 135 0 15 400 127 57
Binary 1000110 1111 11011111 1000101 1011101 0 1101 100000000 1010111 101111

Color Harmonies of #460FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FDF

Black with #460FDF

Text Example


Text Example

White with #460FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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