#30257E

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

Shades of Persian Indigo #30257E

Tints of Persian Indigo #30257E

Color information

#30257E (or 0x30257E) is unknown color: approx Persian Indigo. HEX triplet: 30, 25 and 7E. RGB value is (48,37,126). Sum of RGB (Red+Green+Blue) = 48+37+126=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #30257E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30257E is #CFDA81. Grayscale: #323232. Windows color (decimal): -13621890 or 8267056. OLE color: 8267056.

HSL color Cylindrical-coordinate representation of color #30257E: hue angle of 247.42º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30257E is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4837126-
CMYK0.620.7100.51
HSL247.42º54.6%31.96%-
HSV(B)247.42º70.63%49.41%-
XYZ5.653.4620.11-
YUV50.44170.64126.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 126 (49.61% from 255) = 59.72%
R=22.75%
G=17.54%
B=59.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48371260.620.7100.51247.4254.631.96
Hex30257E3E47033f73720
Octal6045176761070633676740
Binary11000010010111111101111101000111011001111110111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30257E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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