#38076D

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

Shades of Persian Indigo #38076D

Tints of Persian Indigo #38076D

Color information

#38076D (or 0x38076D) is unknown color: approx Persian Indigo. HEX triplet: 38, 07 and 6D. RGB value is (56,7,109). Sum of RGB (Red+Green+Blue) = 56+7+109=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #38076D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38076D is #C7F892. Grayscale: #202020. Windows color (decimal): -13105299 or 7145272. OLE color: 7145272.

HSL color Cylindrical-coordinate representation of color #38076D: hue angle of 268.82º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38076D is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB567109-
CMYK0.490.9400.57
HSL268.82º87.93%22.75%-
HSV(B)268.82º93.58%42.75%-
XYZ4.472.114.64-
YUV33.28170.73144.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 109 (42.97% from 255) = 63.37%
R=32.56%
G=4.07%
B=63.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5671090.490.9400.57268.8287.9322.75
Hex3876D315E03910d5817
Octal7071556113607141513027
Binary111000111110110111000110111100111001100001101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38076D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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