Html Css Color HEX #460CDD Han Purple

📋 copy color: '#460CDD'

red 70 ◦ green 12 ◦ blue 221

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

Shades of Han Purple #460CDD

Tints of Han Purple #460CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.96%

 BLUE value IS 221 (86.72% from 255) = 72.94%

R = 23.1%
G = 3.96%
B = 72.94%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#460CDD (or 0x460CDD) is known color: Han Purple. HEX triplet: 46, 0C and DD. RGB value is (70,12,221). Sum of RGB (Red+Green+Blue) = 70+12+221=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #460CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CDD is #B9F322. Grayscale: #343434. Windows color (decimal): -12186403 or 14486598. OLE color: 14486598.

HSL color Cylindrical-coordinate representation of color #460CDD: hue angle of 256.65º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460CDD is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 12 221 -
CMYK 0.68 0.95 0 0.13
HSL 256.65º 0.9% 0.46% -
HSV(B) 256.65º 0.95% 0.87% -
XYZ 15.71 6.79 68.89 -
YUV 53.17 222.72 140.01 -
System Red Green Blue C M Y K H S L
Decimal 70 12 221 0.68 0.95 0 0.13 256.65 0.9 0.46
Hex 46 C DD 44 5F 0 D 101 5A 2E
Octal 106 14 335 104 137 0 15 401 132 56
Binary 1000110 1100 11011101 1000100 1011111 0 1101 100000001 1011010 101110

Color Harmonies of #460CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460CDD

Black with #460CDD

Text Example


Text Example

White with #460CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,12,221); }

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

background-color css

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

 a { background-color: rgb(70,12,221); }

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

border-color css

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

 span { border-color: rgb(70,12,221); }

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