#3817AC

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

Shades of Persian Indigo #3817AC

Tints of Persian Indigo #3817AC

Color information

#3817AC (or 0x3817AC) is unknown color: approx Persian Indigo. HEX triplet: 38, 17 and AC. RGB value is (56,23,172). Sum of RGB (Red+Green+Blue) = 56+23+172=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #3817AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3817AC is #C7E853. Grayscale: #313131. Windows color (decimal): -13101140 or 11278136. OLE color: 11278136.

HSL color Cylindrical-coordinate representation of color #3817AC: hue angle of 253.29º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3817AC is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5623172-
CMYK0.670.8700.33
HSL253.29º76.41%38.24%-
HSV(B)253.29º86.63%67.45%-
XYZ9.384.4339.39-
YUV49.85196.93132.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 172 (67.58% from 255) = 68.53%
R=22.31%
G=9.16%
B=68.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56231720.670.8700.33253.2976.4138.24
Hex3817AC4357021fd4c26
Octal702725410312704137511446
Binary1110001011110101100100001110101110100001111111011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3817AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3817AC; }

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

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

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

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

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

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

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

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