#381772

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

Shades of Persian Indigo #381772

Tints of Persian Indigo #381772

Color information

#381772 (or 0x381772) is unknown color: approx Persian Indigo. HEX triplet: 38, 17 and 72. RGB value is (56,23,114). Sum of RGB (Red+Green+Blue) = 56+23+114=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #381772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381772 is #C7E88D. Grayscale: #2A2A2A. Windows color (decimal): -13101198 or 7477048. OLE color: 7477048.

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

Color convert

RGB5623114-
CMYK0.510.8000.55
HSL261.76º66.42%26.86%-
HSV(B)261.76º79.82%44.71%-
XYZ4.972.6716.17-
YUV43.24167.93137.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=29.02%
G=11.92%
B=59.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56231140.510.8000.55261.7666.4226.86
Hex3817723350037106421b
Octal70271626312006740610233
Binary11100010111111001011001110100000110111100000110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381772; }

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

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

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

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

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

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

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

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