#38106C

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

Shades of Persian Indigo #38106C

Tints of Persian Indigo #38106C

Color information

#38106C (or 0x38106C) is unknown color: approx Persian Indigo. HEX triplet: 38, 10 and 6C. RGB value is (56,16,108). Sum of RGB (Red+Green+Blue) = 56+16+108=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #38106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38106C is #C7EF93. Grayscale: #262626. Windows color (decimal): -13102996 or 7082040. OLE color: 7082040.

HSL color Cylindrical-coordinate representation of color #38106C: hue angle of 266.09º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38106C is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5616108-
CMYK0.480.8500.58
HSL266.09º74.19%24.31%-
HSV(B)266.09º85.19%42.35%-
XYZ4.522.2914.39-
YUV38.45167.25140.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 108 (42.58% from 255) = 60%
R=31.11%
G=8.89%
B=60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56161080.480.8500.58266.0974.1924.31
Hex38106C305503A10a4a18
Octal70201546012507241211230
Binary11100010000110110011000010101010111010100001010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38106C; }

 p { color: rgb(56,16,108); }

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

<style>
 a { background-color: #38106C; }

 a { background-color: rgb(56,16,108); }

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

<style>
 span { border-color: #38106C; }

 span { border-color: rgb(56,16,108); }

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