Html Css Color HEX #4531DB Han Purple

📋 copy color: '#4531DB'

red 69 ◦ green 49 ◦ blue 219

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

Shades of Han Purple #4531DB

Tints of Han Purple #4531DB

RGB

 RED value IS 69 (27.34% from 255) = 20.47%

 GREEN value IS 49 (19.53% from 255) = 14.54%

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

R = 20.47%
G = 14.54%
B = 64.99%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4531DB (or 0x4531DB) is known color: Han Purple. HEX triplet: 45, 31 and DB. RGB value is (69,49,219). Sum of RGB (Red+Green+Blue) = 69+49+219=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #4531DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4531DB is #BACE24. Grayscale: #494949. Windows color (decimal): -12242469 or 14364997. OLE color: 14364997.

HSL color Cylindrical-coordinate representation of color #4531DB: hue angle of 247.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4531DB is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 49 219 -
CMYK 0.68 0.78 0 0.14
HSL 247.06º 0.7% 0.53% -
HSV(B) 247.06º 0.78% 0.86% -
XYZ 16.34 8.58 67.81 -
YUV 74.36 209.63 124.18 -
System Red Green Blue C M Y K H S L
Decimal 69 49 219 0.68 0.78 0 0.14 247.06 0.7 0.53
Hex 45 31 DB 44 4E 0 E F7 46 35
Octal 105 61 333 104 116 0 16 367 106 65
Binary 1000101 110001 11011011 1000100 1001110 0 1110 11110111 1000110 110101

Color Harmonies of #4531DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4531DB

Black with #4531DB

Text Example


Text Example

White with #4531DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,49,219); }

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

background-color css

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

 a { background-color: rgb(69,49,219); }

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

border-color css

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

 span { border-color: rgb(69,49,219); }

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