#3000DE

Color #3000DE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3000DE

Tints of Han Purple #3000DE

Color information

#3000DE (or 0x3000DE) is unknown color: approx Han Purple. HEX triplet: 30, 00 and DE. RGB value is (48,0,222). Sum of RGB (Red+Green+Blue) = 48+0+222=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 222 (87.11% from 255 or 82.22% from 270); Max value from RGB is 222 - color contains mainly: blue. Hex color #3000DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000DE is #CFFF21. Grayscale: #262626. Windows color (decimal): -13631266 or 14549040. OLE color: 14549040.

HSL color Cylindrical-coordinate representation of color #3000DE: hue angle of 252.97º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000DE is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB480222-
CMYK0.78100.13
HSL252.97º100%43.53%-
HSV(B)252.97º100%87.06%-
XYZ14.45.969.49-
YUV39.66230.9133.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 222 (87.11% from 255) = 82.22%
R=17.78%
G=0%
B=82.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4802220.78100.13252.9710043.53
Hex300DE4E640Dfd642c
Octal60033611614401537514454
Binary1100000110111101001110110010001101111111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3000DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3000DE; }

 p { color: rgb(48,0,222); }

 H1.HeaderClassName
 {
   color: #3000DE;
 }
 .AnyTagClassName
 {
   color: #3000DE;
 }
</style>
background-color css

<style>
 a { background-color: #3000DE; }

 a { background-color: rgb(48,0,222); }

 div.DivClassName
 {
   background-color: #3000DE;
 }
 .BgClassName
 {
   background-color: #3000DE;
 }
</style>
border-color css

<style>
 span { border-color: #3000DE; }

 span { border-color: rgb(48,0,222); }

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