#300F6F

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

Shades of Persian Indigo #300F6F

Tints of Persian Indigo #300F6F

Color information

#300F6F (or 0x300F6F) is unknown color: approx Persian Indigo. HEX triplet: 30, 0F and 6F. RGB value is (48,15,111). Sum of RGB (Red+Green+Blue) = 48+15+111=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #300F6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300F6F is #CFF090. Grayscale: #232323. Windows color (decimal): -13627537 or 7278384. OLE color: 7278384.

HSL color Cylindrical-coordinate representation of color #300F6F: hue angle of 260.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #300F6F is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4815111-
CMYK0.570.8600.56
HSL260.62º76.19%24.71%-
HSV(B)260.62º86.49%43.53%-
XYZ4.262.1215.22-
YUV35.81170.43136.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 111 (43.75% from 255) = 63.79%
R=27.59%
G=8.62%
B=63.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48151110.570.8600.56260.6276.1924.71
Hex30F6F39560381054c19
Octal60171577112607040511431
Binary1100001111110111111100110101100111000100000101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,15,111); }

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

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

 a { background-color: rgb(48,15,111); }

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

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

 span { border-color: rgb(48,15,111); }

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