#381672

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

Shades of Persian Indigo #381672

Tints of Persian Indigo #381672

Color information

#381672 (or 0x381672) is unknown color: approx Persian Indigo. HEX triplet: 38, 16 and 72. RGB value is (56,22,114). Sum of RGB (Red+Green+Blue) = 56+22+114=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #381672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381672 is #C7E98D. Grayscale: #2A2A2A. Windows color (decimal): -13101454 or 7476792. OLE color: 7476792.

HSL color Cylindrical-coordinate representation of color #381672: hue angle of 262.17º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381672 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5622114-
CMYK0.510.8100.55
HSL262.17º67.65%26.67%-
HSV(B)262.17º80.7%44.71%-
XYZ4.962.6316.17-
YUV42.65168.26137.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=29.17%
G=11.46%
B=59.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56221140.510.8100.55262.1767.6526.67
Hex3816723351037106441b
Octal70261626312106740610433
Binary11100010110111001011001110100010110111100000110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381672; }

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

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

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

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

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

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

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

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