#38128A

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

Shades of Persian Indigo #38128A

Tints of Persian Indigo #38128A

Color information

#38128A (or 0x38128A) is unknown color: approx Persian Indigo. HEX triplet: 38, 12 and 8A. RGB value is (56,18,138). Sum of RGB (Red+Green+Blue) = 56+18+138=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #38128A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38128A is #C7ED75. Grayscale: #2A2A2A. Windows color (decimal): -13102454 or 9048632. OLE color: 9048632.

HSL color Cylindrical-coordinate representation of color #38128A: hue angle of 259º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38128A is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5618138-
CMYK0.590.8700.46
HSL259º76.92%30.59%-
HSV(B)259º86.96%54.12%-
XYZ6.433.1124.31-
YUV43.04181.59137.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 138 (54.30% from 255) = 65.09%
R=26.42%
G=8.49%
B=65.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56181380.590.8700.4625976.9230.59
Hex38128A3B5702E1034d1f
Octal70222127312705640311537
Binary111000100101000101011101110101110101110100000011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,18,138); }

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

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

 a { background-color: rgb(56,18,138); }

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

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

 span { border-color: rgb(56,18,138); }

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