Html Css Color HEX #482EEA Han Purple

📋 copy color: '#482EEA'

red 72 ◦ green 46 ◦ blue 234

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

Shades of Han Purple #482EEA

Tints of Han Purple #482EEA

RGB

 RED value IS 72 (28.52% from 255) = 20.45%

 GREEN value IS 46 (18.36% from 255) = 13.07%

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

R = 20.45%
G = 13.07%
B = 66.48%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#482EEA (or 0x482EEA) is known color: Han Purple. HEX triplet: 48, 2E and EA. RGB value is (72,46,234). Sum of RGB (Red+Green+Blue) = 72+46+234=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #482EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482EEA is #B7D115. Grayscale: #4A4A4A. Windows color (decimal): -12046614 or 15347272. OLE color: 15347272.

HSL color Cylindrical-coordinate representation of color #482EEA: hue angle of 248.3º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #482EEA is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 46 234 -
CMYK 0.69 0.80 0 0.08
HSL 248.3º 0.82% 0.55% -
HSV(B) 248.3º 0.8% 0.92% -
XYZ 18.5 9.27 78.66 -
YUV 75.21 217.61 125.71 -
System Red Green Blue C M Y K H S L
Decimal 72 46 234 0.69 0.80 0 0.08 248.3 0.82 0.55
Hex 48 2E EA 45 50 0 8 F8 52 37
Octal 110 56 352 105 120 0 10 370 122 67
Binary 1001000 101110 11101010 1000101 1010000 0 1000 11111000 1010010 110111

Color Harmonies of #482EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482EEA

Black with #482EEA

Text Example


Text Example

White with #482EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482EEA; }

 p { color: rgb(72,46,234); }

 H1.HeaderClassName
 {
   color: #482EEA;
 }
 .AnyTagClassName
 {
   color: #482EEA;
 }
</style>

background-color css

<style>
 a { background-color: #482EEA; }

 a { background-color: rgb(72,46,234); }

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

border-color css

<style>
 span { border-color: #482EEA; }

 span { border-color: rgb(72,46,234); }

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