#38158F

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

Shades of Persian Indigo #38158F

Tints of Persian Indigo #38158F

Color information

#38158F (or 0x38158F) is unknown color: approx Persian Indigo. HEX triplet: 38, 15 and 8F. RGB value is (56,21,143). Sum of RGB (Red+Green+Blue) = 56+21+143=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 143 (56.25% from 255 or 65% from 220); Max value from RGB is 143 - color contains mainly: blue. Hex color #38158F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38158F is #C7EA70. Grayscale: #2C2C2C. Windows color (decimal): -13101681 or 9377080. OLE color: 9377080.

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

Color convert

RGB5621143-
CMYK0.610.8500.44
HSL257.21º74.39%32.16%-
HSV(B)257.21º85.31%56.08%-
XYZ6.863.3626.27-
YUV45.37183.1135.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 143 (56.25% from 255) = 65%
R=25.45%
G=9.55%
B=65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56211430.610.8500.44257.2174.3932.16
Hex38158F3D5502C1014a20
Octal70252177512505440111240
Binary1110001010110001111111101101010101011001000000011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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