#381a6f

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

Shades of Persian Indigo #381A6F

Tints of Persian Indigo #381A6F

Color information

#381A6F (or 0x381A6F) is unknown color: approx Persian Indigo. HEX triplet: 38, 1A and 6F. RGB value is (56,26,111). Sum of RGB (Red+Green+Blue) = 56+26+111=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #381A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A6F is #C7E590. Grayscale: #2C2C2C. Windows color (decimal): -13100433 or 7281208. OLE color: 7281208.

HSL color Cylindrical-coordinate representation of color #381A6F: hue angle of 261.18º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381A6F is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5626111-
CMYK0.500.7700.56
HSL261.18º62.04%26.86%-
HSV(B)261.18º76.58%43.53%-
XYZ4.872.7315.31-
YUV44.66165.44136.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 26 (10.55% from 255) = 13.47%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=29.02%
G=13.47%
B=57.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56261110.500.7700.56261.1862.0426.86
Hex381A6F324D0381053e1b
Octal7032157621150704057633
Binary1110001101011011111100101001101011100010000010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381a6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,26,111); }

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

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

 a { background-color: rgb(56,26,111); }

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

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

 span { border-color: rgb(56,26,111); }

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