#38116F

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

Shades of Persian Indigo #38116F

Tints of Persian Indigo #38116F

Color information

#38116F (or 0x38116F) is unknown color: approx Persian Indigo. HEX triplet: 38, 11 and 6F. RGB value is (56,17,111). Sum of RGB (Red+Green+Blue) = 56+17+111=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #38116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38116F is #C7EE90. Grayscale: #272727. Windows color (decimal): -13102737 or 7278904. OLE color: 7278904.

HSL color Cylindrical-coordinate representation of color #38116F: hue angle of 264.89º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38116F is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5617111-
CMYK0.500.8500.56
HSL264.89º73.44%25.1%-
HSV(B)264.89º84.68%43.53%-
XYZ4.72.3915.25-
YUV39.38168.42139.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 111 (43.75% from 255) = 60.33%
R=30.43%
G=9.24%
B=60.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56171110.500.8500.56264.8973.4425.1
Hex38116F32550381094919
Octal70211576212507041111131
Binary11100010001110111111001010101010111000100001001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38116F; }

 p { color: rgb(56,17,111); }

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

<style>
 a { background-color: #38116F; }

 a { background-color: rgb(56,17,111); }

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

<style>
 span { border-color: #38116F; }

 span { border-color: rgb(56,17,111); }

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