#38008D

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

Shades of Indigo #38008D

Tints of Indigo #38008D

Color information

#38008D (or 0x38008D) is unknown color: approx Indigo. HEX triplet: 38, 00 and 8D. RGB value is (56,0,141). Sum of RGB (Red+Green+Blue) = 56+0+141=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #38008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38008D is #C7FF72. Grayscale: #202020. Windows color (decimal): -13107059 or 9240632. OLE color: 9240632.

HSL color Cylindrical-coordinate representation of color #38008D: hue angle of 263.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38008D is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB560141-
CMYK0.60100.45
HSL263.83º100%27.65%-
HSV(B)263.83º100%55.29%-
XYZ6.442.7625.39-
YUV32.82189.05144.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 71.57%
R=28.43%
G=0%
B=71.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5601410.60100.45263.8310027.65
Hex3808D3C6402D108641c
Octal7002157414405541014434
Binary11100001000110111110011001000101101100001000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38008D; }

 p { color: rgb(56,0,141); }

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

<style>
 a { background-color: #38008D; }

 a { background-color: rgb(56,0,141); }

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

<style>
 span { border-color: #38008D; }

 span { border-color: rgb(56,0,141); }

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