#30267A

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

Shades of Persian Indigo #30267A

Tints of Persian Indigo #30267A

Color information

#30267A (or 0x30267A) is unknown color: approx Persian Indigo. HEX triplet: 30, 26 and 7A. RGB value is (48,38,122). Sum of RGB (Red+Green+Blue) = 48+38+122=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #30267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30267A is #CFD985. Grayscale: #323232. Windows color (decimal): -13621638 or 8005168. OLE color: 8005168.

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

Color convert

RGB4838122-
CMYK0.610.6900.52
HSL247.14º52.5%31.37%-
HSV(B)247.14º68.85%47.84%-
XYZ5.423.4218.79-
YUV50.57168.31126.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=23.08%
G=18.27%
B=58.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48381220.610.6900.52247.1452.531.37
Hex30267A3D45034f7341f
Octal6046172751050643676437
Binary1100001001101111010111101100010101101001111011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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