Html Css Color HEX #482CEA Han Purple

📋 copy color: '#482CEA'

red 72 ◦ green 44 ◦ blue 234

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

Shades of Han Purple #482CEA

Tints of Han Purple #482CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.57%

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

R = 20.57%
G = 12.57%
B = 66.86%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#482CEA (or 0x482CEA) is known color: Han Purple. HEX triplet: 48, 2C and EA. RGB value is (72,44,234). Sum of RGB (Red+Green+Blue) = 72+44+234=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #482CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482CEA is #B7D315. Grayscale: #494949. Windows color (decimal): -12047126 or 15346760. OLE color: 15346760.

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

Color convert

RGB 72 44 234 -
CMYK 0.69 0.81 0 0.08
HSL 248.84º 0.82% 0.55% -
HSV(B) 248.84º 0.81% 0.92% -
XYZ 18.42 9.12 78.63 -
YUV 74.03 218.28 126.55 -
System Red Green Blue C M Y K H S L
Decimal 72 44 234 0.69 0.81 0 0.08 248.84 0.82 0.55
Hex 48 2C EA 45 51 0 8 F9 52 37
Octal 110 54 352 105 121 0 10 371 122 67
Binary 1001000 101100 11101010 1000101 1010001 0 1000 11111001 1010010 110111

Color Harmonies of #482CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CEA

Black with #482CEA

Text Example


Text Example

White with #482CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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