Html Css Color HEX #3006DB Han Purple

📋 copy color: '#3006DB'

red 48 ◦ green 6 ◦ blue 219

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

Shades of Han Purple #3006DB

Tints of Han Purple #3006DB

RGB

 RED value IS 48 (19.14% from 255) = 17.58%

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 17.58%
G = 2.2%
B = 80.22%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3006DB (or 0x3006DB) is known color: Han Purple. HEX triplet: 30, 06 and DB. RGB value is (48,6,219). Sum of RGB (Red+Green+Blue) = 48+6+219=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #3006DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3006DB is #CFF924. Grayscale: #2A2A2A. Windows color (decimal): -13629733 or 14353968. OLE color: 14353968.

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

Color convert

RGB 48 6 219 -
CMYK 0.78 0.97 0 0.14
HSL 251.83º 0.95% 0.44% -
HSV(B) 251.83º 0.97% 0.86% -
XYZ 14.07 5.87 67.41 -
YUV 42.84 227.41 131.68 -
System Red Green Blue C M Y K H S L
Decimal 48 6 219 0.78 0.97 0 0.14 251.83 0.95 0.44
Hex 30 6 DB 4E 61 0 E FC 5F 2C
Octal 60 6 333 116 141 0 16 374 137 54
Binary 110000 110 11011011 1001110 1100001 0 1110 11111100 1011111 101100

Color Harmonies of #3006DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3006DB

Black with #3006DB

Text Example


Text Example

White with #3006DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,6,219); }

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

background-color css

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

 a { background-color: rgb(48,6,219); }

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

border-color css

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

 span { border-color: rgb(48,6,219); }

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