#300295

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

Shades of Persian Indigo #300295

Tints of Persian Indigo #300295

Color information

#300295 (or 0x300295) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 95. RGB value is (48,2,149). Sum of RGB (Red+Green+Blue) = 48+2+149=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #300295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300295 is #CFFD6A. Grayscale: #1F1F1F. Windows color (decimal): -13630827 or 9765424. OLE color: 9765424.

HSL color Cylindrical-coordinate representation of color #300295: hue angle of 258.78º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300295 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB482149-
CMYK0.680.9900.42
HSL258.78º97.35%29.61%-
HSV(B)258.78º98.66%58.43%-
XYZ6.672.8428.63-
YUV32.51193.74139.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 149 (58.59% from 255) = 74.87%
R=24.12%
G=1.01%
B=74.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4821490.680.9900.42258.7897.3529.61
Hex30295446302A103611e
Octal60222510414305240314136
Binary1100001010010101100010011000110101010100000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300295; }

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

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

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

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

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

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

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

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