#38076B

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

Shades of Persian Indigo #38076B

Tints of Persian Indigo #38076B

Color information

#38076B (or 0x38076B) is unknown color: approx Persian Indigo. HEX triplet: 38, 07 and 6B. RGB value is (56,7,107). Sum of RGB (Red+Green+Blue) = 56+7+107=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #38076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38076B is #C7F894. Grayscale: #202020. Windows color (decimal): -13105301 or 7014200. OLE color: 7014200.

HSL color Cylindrical-coordinate representation of color #38076B: hue angle of 269.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38076B is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB567107-
CMYK0.480.9300.58
HSL269.4º87.72%22.35%-
HSV(B)269.4º93.46%41.96%-
XYZ4.362.0514.08-
YUV33.05169.73144.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 107 (42.19% from 255) = 62.94%
R=32.94%
G=4.12%
B=62.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5671070.480.9300.58269.487.7222.35
Hex3876B305D03A10d5816
Octal7071536013507241513026
Binary111000111110101111000010111010111010100001101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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