#300B85

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

Shades of Persian Indigo #300B85

Tints of Persian Indigo #300B85

Color information

#300B85 (or 0x300B85) is unknown color: approx Persian Indigo. HEX triplet: 30, 0B and 85. RGB value is (48,11,133). Sum of RGB (Red+Green+Blue) = 48+11+133=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #300B85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300B85 is #CFF47A. Grayscale: #232323. Windows color (decimal): -13628539 or 8719152. OLE color: 8719152.

HSL color Cylindrical-coordinate representation of color #300B85: hue angle of 258.2º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300B85 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4811133-
CMYK0.640.9200.48
HSL258.2º84.72%28.24%-
HSV(B)258.2º91.73%52.16%-
XYZ5.572.5622.39-
YUV35.97182.76136.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 133 (52.34% from 255) = 69.27%
R=25%
G=5.73%
B=69.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48111330.640.9200.48258.284.7228.24
Hex30B85405C030102551c
Octal601320510013406040212534
Binary110000101110000101100000010111000110000100000010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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