#28127B

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

Shades of Persian Indigo #28127B

Tints of Persian Indigo #28127B

Color information

#28127B (or 0x28127B) is unknown color: approx Persian Indigo. HEX triplet: 28, 12 and 7B. RGB value is (40,18,123). Sum of RGB (Red+Green+Blue) = 40+18+123=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #28127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28127B is #D7ED84. Grayscale: #242424. Windows color (decimal): -14151045 or 8065576. OLE color: 8065576.

HSL color Cylindrical-coordinate representation of color #28127B: hue angle of 252.57º 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 #28127B is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4018123-
CMYK0.670.8500.52
HSL252.57º74.47%27.65%-
HSV(B)252.57º85.37%48.24%-
XYZ4.672.3118.94-
YUV36.55176.79130.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 123 (48.44% from 255) = 67.96%
R=22.10%
G=9.94%
B=67.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40181230.670.8500.52252.5774.4727.65
Hex28127B4355034fd4a1c
Octal502217310312506437511234
Binary10100010010111101110000111010101011010011111101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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