#381D88

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

Shades of Persian Indigo #381D88

Tints of Persian Indigo #381D88

Color information

#381D88 (or 0x381D88) is unknown color: approx Persian Indigo. HEX triplet: 38, 1D and 88. RGB value is (56,29,136). Sum of RGB (Red+Green+Blue) = 56+29+136=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #381D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381D88 is #C7E277. Grayscale: #303030. Windows color (decimal): -13099640 or 8920376. OLE color: 8920376.

HSL color Cylindrical-coordinate representation of color #381D88: hue angle of 255.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #381D88 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5629136-
CMYK0.590.7900.47
HSL255.14º64.85%32.35%-
HSV(B)255.14º78.68%53.33%-
XYZ6.513.523.62-
YUV49.27176.95132.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 29 (11.72% from 255) = 13.12%
BLUE value IS 136 (53.52% from 255) = 61.54%
R=25.34%
G=13.12%
B=61.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56291360.590.7900.47255.1464.8532.35
Hex381D883B4F02Fff4120
Octal70352107311705737710140
Binary111000111011000100011101110011110101111111111111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381D88; }

 p { color: rgb(56,29,136); }

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

<style>
 a { background-color: #381D88; }

 a { background-color: rgb(56,29,136); }

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

<style>
 span { border-color: #381D88; }

 span { border-color: rgb(56,29,136); }

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