#301092

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

Shades of Persian Indigo #301092

Tints of Persian Indigo #301092

Color information

#301092 (or 0x301092) is unknown color: approx Persian Indigo. HEX triplet: 30, 10 and 92. RGB value is (48,16,146). Sum of RGB (Red+Green+Blue) = 48+16+146=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #301092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301092 is #CFEF6D. Grayscale: #272727. Windows color (decimal): -13627246 or 9572400. OLE color: 9572400.

HSL color Cylindrical-coordinate representation of color #301092: hue angle of 254.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301092 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4816146-
CMYK0.670.8900.43
HSL254.77º80.25%31.76%-
HSV(B)254.77º89.04%57.25%-
XYZ6.593.0727.44-
YUV40.39187.6133.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 146 (57.42% from 255) = 69.52%
R=22.86%
G=7.62%
B=69.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48161460.670.8900.43254.7780.2531.76
Hex301092435902Bff5020
Octal602022210313105337712040
Binary1100001000010010010100001110110010101011111111111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301092; }

 p { color: rgb(48,16,146); }

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

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

 a { background-color: rgb(48,16,146); }

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

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

 span { border-color: rgb(48,16,146); }

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