Html Css Color HEX #461DEC Han Purple

📋 copy color: '#461DEC'

red 70 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #461DEC

Tints of Han Purple #461DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.66%

 BLUE value IS 236 (92.58% from 255) = 70.45%

R = 20.9%
G = 8.66%
B = 70.45%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#461DEC (or 0x461DEC) is known color: Han Purple. HEX triplet: 46, 1D and EC. RGB value is (70,29,236). Sum of RGB (Red+Green+Blue) = 70+29+236=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #461DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461DEC is #B9E213. Grayscale: #404040. Windows color (decimal): -12182036 or 15473990. OLE color: 15473990.

HSL color Cylindrical-coordinate representation of color #461DEC: hue angle of 251.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461DEC is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 29 236 -
CMYK 0.70 0.88 0 0.07
HSL 251.88º 0.84% 0.52% -
HSV(B) 251.88º 0.88% 0.93% -
XYZ 18.11 8.24 79.99 -
YUV 64.86 224.58 131.67 -
System Red Green Blue C M Y K H S L
Decimal 70 29 236 0.70 0.88 0 0.07 251.88 0.84 0.52
Hex 46 1D EC 46 58 0 7 FC 54 34
Octal 106 35 354 106 130 0 7 374 124 64
Binary 1000110 11101 11101100 1000110 1011000 0 111 11111100 1010100 110100

Color Harmonies of #461DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461DEC

Black with #461DEC

Text Example


Text Example

White with #461DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461DEC; }

 p { color: rgb(70,29,236); }

 H1.HeaderClassName
 {
   color: #461DEC;
 }
 .AnyTagClassName
 {
   color: #461DEC;
 }
</style>

background-color css

<style>
 a { background-color: #461DEC; }

 a { background-color: rgb(70,29,236); }

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

border-color css

<style>
 span { border-color: #461DEC; }

 span { border-color: rgb(70,29,236); }

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