#380F7A

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

Shades of Persian Indigo #380F7A

Tints of Persian Indigo #380F7A

Color information

#380F7A (or 0x380F7A) is unknown color: approx Persian Indigo. HEX triplet: 38, 0F and 7A. RGB value is (56,15,122). Sum of RGB (Red+Green+Blue) = 56+15+122=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #380F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F7A is #C7F085. Grayscale: #272727. Windows color (decimal): -13103238 or 7999288. OLE color: 7999288.

HSL color Cylindrical-coordinate representation of color #380F7A: hue angle of 262.99º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380F7A is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5615122-
CMYK0.540.8800.52
HSL262.99º78.1%26.86%-
HSV(B)262.99º87.7%47.84%-
XYZ5.312.5918.63-
YUV39.46174.58139.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 15 (6.25% from 255) = 7.77%
BLUE value IS 122 (48.05% from 255) = 63.21%
R=29.02%
G=7.77%
B=63.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56151220.540.8800.52262.9978.126.86
Hex38F7A36580341074e1b
Octal70171726613006440711633
Binary1110001111111101011011010110000110100100000111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,15,122); }

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

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

 a { background-color: rgb(56,15,122); }

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

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

 span { border-color: rgb(56,15,122); }

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