Html Css Color HEX #4925DB Han Purple

📋 copy color: '#4925DB'

red 73 ◦ green 37 ◦ blue 219

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

Shades of Han Purple #4925DB

Tints of Han Purple #4925DB

RGB

 RED value IS 73 (28.91% from 255) = 22.19%

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 219 (85.94% from 255) = 66.57%

R = 22.19%
G = 11.25%
B = 66.57%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4925DB (or 0x4925DB) is known color: Han Purple. HEX triplet: 49, 25 and DB. RGB value is (73,37,219). Sum of RGB (Red+Green+Blue) = 73+37+219=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #4925DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4925DB is #B6DA24. Grayscale: #434343. Windows color (decimal): -11983397 or 14361929. OLE color: 14361929.

HSL color Cylindrical-coordinate representation of color #4925DB: hue angle of 251.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4925DB is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 37 219 -
CMYK 0.67 0.83 0 0.14
HSL 251.87º 0.72% 0.5% -
HSV(B) 251.87º 0.83% 0.86% -
XYZ 16.2 7.85 67.68 -
YUV 68.51 212.93 131.2 -
System Red Green Blue C M Y K H S L
Decimal 73 37 219 0.67 0.83 0 0.14 251.87 0.72 0.5
Hex 49 25 DB 43 53 0 E FC 48 32
Octal 111 45 333 103 123 0 16 374 110 62
Binary 1001001 100101 11011011 1000011 1010011 0 1110 11111100 1001000 110010

Color Harmonies of #4925DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4925DB

Black with #4925DB

Text Example


Text Example

White with #4925DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4925DB; }

 p { color: rgb(73,37,219); }

 H1.HeaderClassName
 {
   color: #4925DB;
 }
 .AnyTagClassName
 {
   color: #4925DB;
 }
</style>

background-color css

<style>
 a { background-color: #4925DB; }

 a { background-color: rgb(73,37,219); }

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

border-color css

<style>
 span { border-color: #4925DB; }

 span { border-color: rgb(73,37,219); }

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