#380C86

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

Shades of Persian Indigo #380C86

Tints of Persian Indigo #380C86

Color information

#380C86 (or 0x380C86) is unknown color: approx Persian Indigo. HEX triplet: 38, 0C and 86. RGB value is (56,12,134). Sum of RGB (Red+Green+Blue) = 56+12+134=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #380C86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380C86 is #C7F379. Grayscale: #262626. Windows color (decimal): -13103994 or 8784952. OLE color: 8784952.

HSL color Cylindrical-coordinate representation of color #380C86: hue angle of 261.64º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380C86 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5612134-
CMYK0.580.9100.47
HSL261.64º83.56%28.63%-
HSV(B)261.64º91.04%52.55%-
XYZ6.072.8222.78-
YUV39.06181.58140.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 134 (52.73% from 255) = 66.34%
R=27.72%
G=5.94%
B=66.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56121340.580.9100.47261.6483.5628.63
Hex38C863A5B02F106541d
Octal70142067213305740612435
Binary11100011001000011011101010110110101111100000110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380C86; }

 p { color: rgb(56,12,134); }

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

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

 a { background-color: rgb(56,12,134); }

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

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

 span { border-color: rgb(56,12,134); }

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