#300CD7

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

Shades of Han Purple #300CD7

Tints of Han Purple #300CD7

Color information

#300CD7 (or 0x300CD7) is unknown color: approx Han Purple. HEX triplet: 30, 0C and D7. RGB value is (48,12,215). Sum of RGB (Red+Green+Blue) = 48+12+215=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 215 (84.38% from 255 or 78.18% from 275); Max value from RGB is 215 - color contains mainly: blue. Hex color #300CD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300CD7 is #CFF328. Grayscale: #2D2D2D. Windows color (decimal): -13628201 or 14093360. OLE color: 14093360.

HSL color Cylindrical-coordinate representation of color #300CD7: hue angle of 250.64º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300CD7 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4812215-
CMYK0.780.9400.16
HSL250.64º89.43%44.51%-
HSV(B)250.64º94.42%84.31%-
XYZ13.625.864.69-
YUV45.91223.43129.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 12 (5.08% from 255) = 4.36%
BLUE value IS 215 (84.38% from 255) = 78.18%
R=17.45%
G=4.36%
B=78.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48122150.780.9400.16250.6489.4344.51
Hex30CD74E5E010fb592d
Octal601432711613602037313155
Binary11000011001101011110011101011110010000111110111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300CD7; }

 p { color: rgb(48,12,215); }

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

<style>
 a { background-color: #300CD7; }

 a { background-color: rgb(48,12,215); }

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

<style>
 span { border-color: #300CD7; }

 span { border-color: rgb(48,12,215); }

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