#381285

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

Shades of Persian Indigo #381285

Tints of Persian Indigo #381285

Color information

#381285 (or 0x381285) is unknown color: approx Persian Indigo. HEX triplet: 38, 12 and 85. RGB value is (56,18,133). Sum of RGB (Red+Green+Blue) = 56+18+133=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #381285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381285 is #C7ED7A. Grayscale: #2A2A2A. Windows color (decimal): -13102459 or 8720952. OLE color: 8720952.

HSL color Cylindrical-coordinate representation of color #381285: hue angle of 259.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381285 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5618133-
CMYK0.580.8600.48
HSL259.83º76.16%29.61%-
HSV(B)259.83º86.47%52.16%-
XYZ6.082.9722.44-
YUV42.47179.09137.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 133 (52.34% from 255) = 64.25%
R=27.05%
G=8.70%
B=64.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56181330.580.8600.48259.8376.1629.61
Hex3812853A560301044c1e
Octal70222057212606040411436
Binary111000100101000010111101010101100110000100000100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381285; }

 p { color: rgb(56,18,133); }

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

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

 a { background-color: rgb(56,18,133); }

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

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

 span { border-color: rgb(56,18,133); }

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