#30267B

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

Shades of Persian Indigo #30267B

Tints of Persian Indigo #30267B

Color information

#30267B (or 0x30267B) is unknown color: approx Persian Indigo. HEX triplet: 30, 26 and 7B. RGB value is (48,38,123). Sum of RGB (Red+Green+Blue) = 48+38+123=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #30267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30267B is #CFD984. Grayscale: #323232. Windows color (decimal): -13621637 or 8070704. OLE color: 8070704.

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

Color convert

RGB4838123-
CMYK0.610.6900.52
HSL247.06º52.8%31.57%-
HSV(B)247.06º69.11%48.24%-
XYZ5.493.4419.11-
YUV50.68168.81126.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=22.97%
G=18.18%
B=58.85%

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
Decimal48381230.610.6900.52247.0652.831.57
Hex30267B3D45034f73520
Octal6046173751050643676540
Binary11000010011011110111111011000101011010011110111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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