Html Css Color HEX #460DFC Han Purple

📋 copy color: '#460DFC'

red 70 ◦ green 13 ◦ blue 252

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

Shades of Han Purple #460DFC

Tints of Han Purple #460DFC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

 BLUE value IS 252 (98.83% from 255) = 75.22%

R = 20.9%
G = 3.88%
B = 75.22%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#460DFC (or 0x460DFC) is known color: Han Purple. HEX triplet: 46, 0D and FC. RGB value is (70,13,252). Sum of RGB (Red+Green+Blue) = 70+13+252=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #460DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460DFC is #B9F203. Grayscale: #383838. Windows color (decimal): -12186116 or 16518470. OLE color: 16518470.

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

Color convert

RGB 70 13 252 -
CMYK 0.72 0.95 0 0.01
HSL 254.31º 0.98% 0.52% -
HSV(B) 254.31º 0.95% 0.99% -
XYZ 20.24 8.62 92.69 -
YUV 57.29 237.88 137.07 -
System Red Green Blue C M Y K H S L
Decimal 70 13 252 0.72 0.95 0 0.01 254.31 0.98 0.52
Hex 46 D FC 48 5F 0 1 FE 62 34
Octal 106 15 374 110 137 0 1 376 142 64
Binary 1000110 1101 11111100 1001000 1011111 0 1 11111110 1100010 110100

Color Harmonies of #460DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DFC

Black with #460DFC

Text Example


Text Example

White with #460DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,13,252); }

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

background-color css

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

 a { background-color: rgb(70,13,252); }

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

border-color css

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

 span { border-color: rgb(70,13,252); }

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