#380F6E

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

Shades of Persian Indigo #380F6E

Tints of Persian Indigo #380F6E

Color information

#380F6E (or 0x380F6E) is unknown color: approx Persian Indigo. HEX triplet: 38, 0F and 6E. RGB value is (56,15,110). Sum of RGB (Red+Green+Blue) = 56+15+110=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #380F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F6E is #C7F091. Grayscale: #252525. Windows color (decimal): -13103250 or 7212856. OLE color: 7212856.

HSL color Cylindrical-coordinate representation of color #380F6E: hue angle of 265.89º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380F6E is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5615110-
CMYK0.490.8600.57
HSL265.89º76%24.51%-
HSV(B)265.89º86.36%43.14%-
XYZ4.622.3114.95-
YUV38.09168.58140.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 15 (6.25% from 255) = 8.29%
BLUE value IS 110 (43.36% from 255) = 60.77%
R=30.94%
G=8.29%
B=60.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56151100.490.8600.57265.897624.51
Hex38F6E315603910a4c19
Octal70171566112607141211431
Binary1110001111110111011000110101100111001100001010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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