Html Css Color HEX #461CED Han Purple

📋 copy color: '#461CED'

red 70 ◦ green 28 ◦ blue 237

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

Shades of Han Purple #461CED

Tints of Han Purple #461CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.36%

 BLUE value IS 237 (92.97% from 255) = 70.75%

R = 20.9%
G = 8.36%
B = 70.75%

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

#461CED (or 0x461CED) is known color: Han Purple. HEX triplet: 46, 1C and ED. RGB value is (70,28,237). Sum of RGB (Red+Green+Blue) = 70+28+237=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #461CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CED is #B9E312. Grayscale: #3F3F3F. Windows color (decimal): -12182291 or 15539270. OLE color: 15539270.

HSL color Cylindrical-coordinate representation of color #461CED: hue angle of 252.06º degrees, saturation: 0.85, 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 #461CED is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 28 237 -
CMYK 0.70 0.88 0 0.07
HSL 252.06º 0.85% 0.52% -
HSV(B) 252.06º 0.88% 0.93% -
XYZ 18.23 8.25 80.75 -
YUV 64.38 225.41 132.01 -
System Red Green Blue C M Y K H S L
Decimal 70 28 237 0.70 0.88 0 0.07 252.06 0.85 0.52
Hex 46 1C ED 46 58 0 7 FC 55 34
Octal 106 34 355 106 130 0 7 374 125 64
Binary 1000110 11100 11101101 1000110 1011000 0 111 11111100 1010101 110100

Color Harmonies of #461CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CED

Black with #461CED

Text Example


Text Example

White with #461CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,28,237); }

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

background-color css

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

 a { background-color: rgb(70,28,237); }

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

border-color css

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

 span { border-color: rgb(70,28,237); }

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