#38159D

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

Shades of Persian Indigo #38159D

Tints of Persian Indigo #38159D

Color information

#38159D (or 0x38159D) is unknown color: approx Persian Indigo. HEX triplet: 38, 15 and 9D. RGB value is (56,21,157). Sum of RGB (Red+Green+Blue) = 56+21+157=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #38159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38159D is #C7EA62. Grayscale: #2E2E2E. Windows color (decimal): -13101667 or 10294584. OLE color: 10294584.

HSL color Cylindrical-coordinate representation of color #38159D: hue angle of 255.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38159D is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5621157-
CMYK0.640.8700.38
HSL255.44º76.4%34.9%-
HSV(B)255.44º86.62%61.57%-
XYZ7.983.8132.21-
YUV46.97190.1134.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 157 (61.72% from 255) = 67.09%
R=23.93%
G=8.97%
B=67.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56211570.640.8700.38255.4476.434.9
Hex38159D4057026ff4c23
Octal702523510012704637711443
Binary1110001010110011101100000010101110100110111111111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,21,157); }

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

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

 a { background-color: rgb(56,21,157); }

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

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

 span { border-color: rgb(56,21,157); }

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