#38166D

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

Shades of Persian Indigo #38166D

Tints of Persian Indigo #38166D

Color information

#38166D (or 0x38166D) is unknown color: approx Persian Indigo. HEX triplet: 38, 16 and 6D. RGB value is (56,22,109). Sum of RGB (Red+Green+Blue) = 56+22+109=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #38166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38166D is #C7E992. Grayscale: #292929. Windows color (decimal): -13101459 or 7149112. OLE color: 7149112.

HSL color Cylindrical-coordinate representation of color #38166D: hue angle of 263.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38166D is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5622109-
CMYK0.490.8000.57
HSL263.45º66.41%25.69%-
HSV(B)263.45º79.82%42.75%-
XYZ4.682.5214.71-
YUV42.08165.76137.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 109 (42.97% from 255) = 58.29%
R=29.95%
G=11.76%
B=58.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56221090.490.8000.57263.4566.4125.69
Hex38166D3150039107421a
Octal70261556112007140710232
Binary11100010110110110111000110100000111001100000111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,22,109); }

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

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

 a { background-color: rgb(56,22,109); }

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

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

 span { border-color: rgb(56,22,109); }

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