#30257A

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

Shades of Persian Indigo #30257A

Tints of Persian Indigo #30257A

Color information

#30257A (or 0x30257A) is unknown color: approx Persian Indigo. HEX triplet: 30, 25 and 7A. RGB value is (48,37,122). Sum of RGB (Red+Green+Blue) = 48+37+122=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #30257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30257A is #CFDA85. Grayscale: #313131. Windows color (decimal): -13621894 or 8004912. OLE color: 8004912.

HSL color Cylindrical-coordinate representation of color #30257A: hue angle of 247.76º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30257A is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4837122-
CMYK0.610.7000.52
HSL247.76º53.46%31.18%-
HSV(B)247.76º69.67%47.84%-
XYZ5.393.3618.78-
YUV49.98168.64126.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 122 (48.05% from 255) = 58.94%
R=23.19%
G=17.87%
B=58.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48371220.610.7000.52247.7653.4631.18
Hex30257A3D46034f8351f
Octal6045172751060643706537
Binary1100001001011111010111101100011001101001111100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30257A; }

 p { color: rgb(48,37,122); }

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

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

 a { background-color: rgb(48,37,122); }

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

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

 span { border-color: rgb(48,37,122); }

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