Html Css Color HEX #480CDF Han Purple

📋 copy color: '#480CDF'

red 72 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #480CDF

Tints of Han Purple #480CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.91%

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 23.45%
G = 3.91%
B = 72.64%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#480CDF (or 0x480CDF) is known color: Han Purple. HEX triplet: 48, 0C and DF. RGB value is (72,12,223). Sum of RGB (Red+Green+Blue) = 72+12+223=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #480CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480CDF is #B7F320. Grayscale: #353535. Windows color (decimal): -12055329 or 14617672. OLE color: 14617672.

HSL color Cylindrical-coordinate representation of color #480CDF: hue angle of 257.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480CDF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 12 223 -
CMYK 0.68 0.95 0 0.13
HSL 257.06º 0.9% 0.46% -
HSV(B) 257.06º 0.95% 0.87% -
XYZ 16.12 6.97 70.31 -
YUV 53.99 223.38 140.84 -
System Red Green Blue C M Y K H S L
Decimal 72 12 223 0.68 0.95 0 0.13 257.06 0.9 0.46
Hex 48 C DF 44 5F 0 D 101 5A 2E
Octal 110 14 337 104 137 0 15 401 132 56
Binary 1001000 1100 11011111 1000100 1011111 0 1101 100000001 1011010 101110

Color Harmonies of #480CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480CDF

Black with #480CDF

Text Example


Text Example

White with #480CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480CDF; }

 p { color: rgb(72,12,223); }

 H1.HeaderClassName
 {
   color: #480CDF;
 }
 .AnyTagClassName
 {
   color: #480CDF;
 }
</style>

background-color css

<style>
 a { background-color: #480CDF; }

 a { background-color: rgb(72,12,223); }

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

border-color css

<style>
 span { border-color: #480CDF; }

 span { border-color: rgb(72,12,223); }

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