Html Css Color HEX #3006DC Han Purple

📋 copy color: '#3006DC'

red 48 ◦ green 6 ◦ blue 220

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

Shades of Han Purple #3006DC

Tints of Han Purple #3006DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 80.29%

R = 17.52%
G = 2.19%
B = 80.29%

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

#3006DC (or 0x3006DC) is known color: Han Purple. HEX triplet: 30, 06 and DC. RGB value is (48,6,220). Sum of RGB (Red+Green+Blue) = 48+6+220=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #3006DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3006DC is #CFF923. Grayscale: #2A2A2A. Windows color (decimal): -13629732 or 14419504. OLE color: 14419504.

HSL color Cylindrical-coordinate representation of color #3006DC: hue angle of 251.78º 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 #3006DC is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 6 220 -
CMYK 0.78 0.97 0 0.14
HSL 251.78º 0.95% 0.44% -
HSV(B) 251.78º 0.97% 0.86% -
XYZ 14.2 5.93 68.11 -
YUV 42.95 227.91 131.6 -
System Red Green Blue C M Y K H S L
Decimal 48 6 220 0.78 0.97 0 0.14 251.78 0.95 0.44
Hex 30 6 DC 4E 61 0 E FC 5F 2C
Octal 60 6 334 116 141 0 16 374 137 54
Binary 110000 110 11011100 1001110 1100001 0 1110 11111100 1011111 101100

Color Harmonies of #3006DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3006DC

Black with #3006DC

Text Example


Text Example

White with #3006DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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