#381D8E

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

Shades of Persian Indigo #381D8E

Tints of Persian Indigo #381D8E

Color information

#381D8E (or 0x381D8E) is unknown color: approx Persian Indigo. HEX triplet: 38, 1D and 8E. RGB value is (56,29,142). Sum of RGB (Red+Green+Blue) = 56+29+142=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #381D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381D8E is #C7E271. Grayscale: #313131. Windows color (decimal): -13099634 or 9313592. OLE color: 9313592.

HSL color Cylindrical-coordinate representation of color #381D8E: hue angle of 254.34º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381D8E is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5629142-
CMYK0.610.8000.44
HSL254.34º66.08%33.53%-
HSV(B)254.34º79.58%55.69%-
XYZ6.953.6725.93-
YUV49.96179.95132.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 29 (11.72% from 255) = 12.78%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=24.67%
G=12.78%
B=62.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56291420.610.8000.44254.3466.0833.53
Hex381D8E3D5002Cfe4222
Octal70352167512005437610242
Binary111000111011000111011110110100000101100111111101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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