#300276

Color #300276 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #300276

Tints of Persian Indigo #300276

Color information

#300276 (or 0x300276) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 76. RGB value is (48,2,118). Sum of RGB (Red+Green+Blue) = 48+2+118=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #300276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300276 is #CFFD89. Grayscale: #1C1C1C. Windows color (decimal): -13630858 or 7733808. OLE color: 7733808.

HSL color Cylindrical-coordinate representation of color #300276: hue angle of 263.79º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300276 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB482118-
CMYK0.590.9800.54
HSL263.79º96.67%23.53%-
HSV(B)263.79º98.31%46.27%-
XYZ4.511.9817.28-
YUV28.98178.24141.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 118 (46.48% from 255) = 70.24%
R=28.57%
G=1.19%
B=70.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4821180.590.9800.54263.7996.6723.53
Hex302763B620361086118
Octal6021667314206641014130
Binary11000010111011011101111000100110110100001000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300276; }

 p { color: rgb(48,2,118); }

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

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

 a { background-color: rgb(48,2,118); }

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

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

 span { border-color: rgb(48,2,118); }

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