Html Css Color HEX #461CEA Han Purple

📋 copy color: '#461CEA'

red 70 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #461CEA

Tints of Han Purple #461CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.48%

R = 21.08%
G = 8.43%
B = 70.48%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#461CEA (or 0x461CEA) is known color: Han Purple. HEX triplet: 46, 1C and EA. RGB value is (70,28,234). Sum of RGB (Red+Green+Blue) = 70+28+234=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #461CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CEA is #B9E315. Grayscale: #3F3F3F. Windows color (decimal): -12182294 or 15342662. OLE color: 15342662.

HSL color Cylindrical-coordinate representation of color #461CEA: hue angle of 252.23º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461CEA is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 28 234 -
CMYK 0.70 0.88 0 0.08
HSL 252.23º 0.83% 0.51% -
HSV(B) 252.23º 0.88% 0.92% -
XYZ 17.79 8.07 78.46 -
YUV 64.04 223.91 132.25 -
System Red Green Blue C M Y K H S L
Decimal 70 28 234 0.70 0.88 0 0.08 252.23 0.83 0.51
Hex 46 1C EA 46 58 0 8 FC 53 33
Octal 106 34 352 106 130 0 10 374 123 63
Binary 1000110 11100 11101010 1000110 1011000 0 1000 11111100 1010011 110011

Color Harmonies of #461CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CEA

Black with #461CEA

Text Example


Text Example

White with #461CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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