#300B94

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

Shades of Persian Indigo #300B94

Tints of Persian Indigo #300B94

Color information

#300B94 (or 0x300B94) is unknown color: approx Persian Indigo. HEX triplet: 30, 0B and 94. RGB value is (48,11,148). Sum of RGB (Red+Green+Blue) = 48+11+148=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #300B94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300B94 is #CFF46B. Grayscale: #252525. Windows color (decimal): -13628524 or 9702192. OLE color: 9702192.

HSL color Cylindrical-coordinate representation of color #300B94: hue angle of 256.2º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300B94 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4811148-
CMYK0.680.9300.42
HSL256.2º86.16%31.18%-
HSV(B)256.2º92.57%58.04%-
XYZ6.683.0128.24-
YUV37.68190.26135.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 148 (58.20% from 255) = 71.50%
R=23.19%
G=5.31%
B=71.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48111480.680.9300.42256.286.1631.18
Hex30B94445D02A100561f
Octal601322410413505240012637
Binary110000101110010100100010010111010101010100000000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,11,148); }

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

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

 a { background-color: rgb(48,11,148); }

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

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

 span { border-color: rgb(48,11,148); }

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