Html Css Color HEX #461BEA Han Purple

📋 copy color: '#461BEA'

red 70 ◦ green 27 ◦ blue 234

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

Shades of Han Purple #461BEA

Tints of Han Purple #461BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.16%

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

R = 21.15%
G = 8.16%
B = 70.69%

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

#461BEA (or 0x461BEA) is known color: Han Purple. HEX triplet: 46, 1B and EA. RGB value is (70,27,234). Sum of RGB (Red+Green+Blue) = 70+27+234=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #461BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461BEA is #B9E415. Grayscale: #3E3E3E. Windows color (decimal): -12182550 or 15342406. OLE color: 15342406.

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

Color convert

RGB 70 27 234 -
CMYK 0.70 0.88 0 0.08
HSL 252.46º 0.83% 0.51% -
HSV(B) 252.46º 0.88% 0.92% -
XYZ 17.77 8.03 78.45 -
YUV 63.46 224.25 132.67 -
System Red Green Blue C M Y K H S L
Decimal 70 27 234 0.70 0.88 0 0.08 252.46 0.83 0.51
Hex 46 1B EA 46 58 0 8 FC 53 33
Octal 106 33 352 106 130 0 10 374 123 63
Binary 1000110 11011 11101010 1000110 1011000 0 1000 11111100 1010011 110011

Color Harmonies of #461BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BEA

Black with #461BEA

Text Example


Text Example

White with #461BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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