#38106B

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

Shades of Persian Indigo #38106B

Tints of Persian Indigo #38106B

Color information

#38106B (or 0x38106B) is unknown color: approx Persian Indigo. HEX triplet: 38, 10 and 6B. RGB value is (56,16,107). Sum of RGB (Red+Green+Blue) = 56+16+107=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #38106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38106B is #C7EF94. Grayscale: #262626. Windows color (decimal): -13102997 or 7016504. OLE color: 7016504.

HSL color Cylindrical-coordinate representation of color #38106B: hue angle of 266.37º 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 #38106B is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5616107-
CMYK0.480.8500.58
HSL266.37º73.98%24.12%-
HSV(B)266.37º85.05%41.96%-
XYZ4.472.2714.11-
YUV38.33166.75140.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 107 (42.19% from 255) = 59.78%
R=31.28%
G=8.94%
B=59.78%

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
Decimal56161070.480.8500.58266.3773.9824.12
Hex38106B305503A10a4a18
Octal70201536012507241211230
Binary11100010000110101111000010101010111010100001010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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