Html Css Color HEX #462BED Han Purple

📋 copy color: '#462BED'

red 70 ◦ green 43 ◦ blue 237

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

Shades of Han Purple #462BED

Tints of Han Purple #462BED

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.29%

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

R = 20%
G = 12.29%
B = 67.71%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#462BED (or 0x462BED) is known color: Han Purple. HEX triplet: 46, 2B and ED. RGB value is (70,43,237). Sum of RGB (Red+Green+Blue) = 70+43+237=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #462BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462BED is #B9D412. Grayscale: #484848. Windows color (decimal): -12178451 or 15543110. OLE color: 15543110.

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

Color convert

RGB 70 43 237 -
CMYK 0.70 0.82 0 0.07
HSL 248.35º 0.84% 0.55% -
HSV(B) 248.35º 0.82% 0.93% -
XYZ 18.68 9.14 80.9 -
YUV 73.19 220.45 125.73 -
System Red Green Blue C M Y K H S L
Decimal 70 43 237 0.70 0.82 0 0.07 248.35 0.84 0.55
Hex 46 2B ED 46 52 0 7 F8 54 37
Octal 106 53 355 106 122 0 7 370 124 67
Binary 1000110 101011 11101101 1000110 1010010 0 111 11111000 1010100 110111

Color Harmonies of #462BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BED

Black with #462BED

Text Example


Text Example

White with #462BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462BED; }

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

 H1.HeaderClassName
 {
   color: #462BED;
 }
 .AnyTagClassName
 {
   color: #462BED;
 }
</style>

background-color css

<style>
 a { background-color: #462BED; }

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

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

border-color css

<style>
 span { border-color: #462BED; }

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

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