#30127B

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

Shades of Persian Indigo #30127B

Tints of Persian Indigo #30127B

Color information

#30127B (or 0x30127B) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 7B. RGB value is (48,18,123). Sum of RGB (Red+Green+Blue) = 48+18+123=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #30127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30127B is #CFED84. Grayscale: #262626. Windows color (decimal): -13626757 or 8065584. OLE color: 8065584.

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

Color convert

RGB4818123-
CMYK0.610.8500.52
HSL257.14º74.47%27.65%-
HSV(B)257.14º85.37%48.24%-
XYZ5.012.4918.96-
YUV38.94175.44134.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 123 (48.44% from 255) = 65.08%
R=25.40%
G=9.52%
B=65.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48181230.610.8500.52257.1474.4727.65
Hex30127B3D550341014a1c
Octal60221737512506440111234
Binary11000010010111101111110110101010110100100000001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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