#380D7F

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

Shades of Persian Indigo #380D7F

Tints of Persian Indigo #380D7F

Color information

#380D7F (or 0x380D7F) is unknown color: approx Persian Indigo. HEX triplet: 38, 0D and 7F. RGB value is (56,13,127). Sum of RGB (Red+Green+Blue) = 56+13+127=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #380D7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D7F is #C7F280. Grayscale: #262626. Windows color (decimal): -13103745 or 8326456. OLE color: 8326456.

HSL color Cylindrical-coordinate representation of color #380D7F: hue angle of 262.63º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380D7F is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5613127-
CMYK0.560.9000.50
HSL262.63º81.43%27.45%-
HSV(B)262.63º89.76%49.8%-
XYZ5.612.6620.3-
YUV38.85177.75140.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 13 (5.47% from 255) = 6.63%
BLUE value IS 127 (50% from 255) = 64.80%
R=28.57%
G=6.63%
B=64.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56131270.560.9000.50262.6381.4327.45
Hex38D7F385A032107511b
Octal70151777013206240712133
Binary1110001101111111111100010110100110010100000111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,13,127); }

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

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

 a { background-color: rgb(56,13,127); }

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

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

 span { border-color: rgb(56,13,127); }

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