#381C83

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

Shades of Persian Indigo #381C83

Tints of Persian Indigo #381C83

Color information

#381C83 (or 0x381C83) is unknown color: approx Persian Indigo. HEX triplet: 38, 1C and 83. RGB value is (56,28,131). Sum of RGB (Red+Green+Blue) = 56+28+131=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #381C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381C83 is #C7E37C. Grayscale: #2F2F2F. Windows color (decimal): -13099901 or 8592440. OLE color: 8592440.

HSL color Cylindrical-coordinate representation of color #381C83: hue angle of 256.31º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #381C83 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5628131-
CMYK0.570.7900.49
HSL256.31º64.78%31.18%-
HSV(B)256.31º78.63%51.37%-
XYZ6.143.3121.79-
YUV48.11174.78133.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 131 (51.56% from 255) = 60.93%
R=26.05%
G=13.02%
B=60.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56281310.570.7900.49256.3164.7831.18
Hex381C83394F031100411f
Octal70342037111706140010137
Binary111000111001000001111100110011110110001100000000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,28,131); }

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

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

 a { background-color: rgb(56,28,131); }

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

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

 span { border-color: rgb(56,28,131); }

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