#38158E

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

Shades of Persian Indigo #38158E

Tints of Persian Indigo #38158E

Color information

#38158E (or 0x38158E) is unknown color: approx Persian Indigo. HEX triplet: 38, 15 and 8E. RGB value is (56,21,142). Sum of RGB (Red+Green+Blue) = 56+21+142=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #38158E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38158E is #C7EA71. Grayscale: #2C2C2C. Windows color (decimal): -13101682 or 9311544. OLE color: 9311544.

HSL color Cylindrical-coordinate representation of color #38158E: hue angle of 257.36º 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 #38158E is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5621142-
CMYK0.610.8500.44
HSL257.36º74.23%31.96%-
HSV(B)257.36º85.21%55.69%-
XYZ6.783.3325.88-
YUV45.26182.6135.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 142 (55.86% from 255) = 64.84%
R=25.57%
G=9.59%
B=64.84%

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
Decimal56211420.610.8500.44257.3674.2331.96
Hex38158E3D5502C1014a20
Octal70252167512505440111240
Binary1110001010110001110111101101010101011001000000011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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