#381680

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

Shades of Persian Indigo #381680

Tints of Persian Indigo #381680

Color information

#381680 (or 0x381680) is unknown color: approx Persian Indigo. HEX triplet: 38, 16 and 80. RGB value is (56,22,128). Sum of RGB (Red+Green+Blue) = 56+22+128=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #381680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381680 is #C7E97F. Grayscale: #2B2B2B. Windows color (decimal): -13101440 or 8394296. OLE color: 8394296.

HSL color Cylindrical-coordinate representation of color #381680: hue angle of 259.25º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381680 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5622128-
CMYK0.560.8300.50
HSL259.25º70.67%29.41%-
HSV(B)259.25º82.81%50.2%-
XYZ5.812.9720.69-
YUV44.25175.26136.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 128 (50.39% from 255) = 62.14%
R=27.18%
G=10.68%
B=62.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56221280.560.8300.50259.2570.6729.41
Hex3816803853032103471d
Octal70262007012306240310735
Binary111000101101000000011100010100110110010100000011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381680; }

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

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

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

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

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

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

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

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