#380C7B

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

Shades of Persian Indigo #380C7B

Tints of Persian Indigo #380C7B

Color information

#380C7B (or 0x380C7B) is unknown color: approx Persian Indigo. HEX triplet: 38, 0C and 7B. RGB value is (56,12,123). Sum of RGB (Red+Green+Blue) = 56+12+123=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #380C7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C7B is #C7F384. Grayscale: #252525. Windows color (decimal): -13104005 or 8064056. OLE color: 8064056.

HSL color Cylindrical-coordinate representation of color #380C7B: hue angle of 263.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380C7B is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5612123-
CMYK0.540.9000.52
HSL263.78º82.22%26.47%-
HSV(B)263.78º90.24%48.24%-
XYZ5.342.5318.95-
YUV37.81176.08140.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 123 (48.44% from 255) = 64.40%
R=29.32%
G=6.28%
B=64.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56121230.540.9000.52263.7882.2226.47
Hex38C7B365A034108521a
Octal70141736613206441012232
Binary1110001100111101111011010110100110100100001000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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