#38168D

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

Shades of Persian Indigo #38168D

Tints of Persian Indigo #38168D

Color information

#38168D (or 0x38168D) is unknown color: approx Persian Indigo. HEX triplet: 38, 16 and 8D. RGB value is (56,22,141). Sum of RGB (Red+Green+Blue) = 56+22+141=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #38168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38168D is #C7E972. Grayscale: #2D2D2D. Windows color (decimal): -13101427 or 9246264. OLE color: 9246264.

HSL color Cylindrical-coordinate representation of color #38168D: hue angle of 257.14º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38168D is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5622141-
CMYK0.600.8400.45
HSL257.14º73.01%31.96%-
HSV(B)257.14º84.4%55.29%-
XYZ6.733.3425.49-
YUV45.73181.76135.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 141 (55.47% from 255) = 64.38%
R=25.57%
G=10.05%
B=64.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56221410.600.8400.45257.1473.0131.96
Hex38168D3C5402D1014920
Octal70262157412405540111140
Binary1110001011010001101111100101010001011011000000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,22,141); }

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

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

 a { background-color: rgb(56,22,141); }

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

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

 span { border-color: rgb(56,22,141); }

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