#380CA7

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

Shades of Persian Indigo #380CA7

Tints of Persian Indigo #380CA7

Color information

#380CA7 (or 0x380CA7) is unknown color: approx Persian Indigo. HEX triplet: 38, 0C and A7. RGB value is (56,12,167). Sum of RGB (Red+Green+Blue) = 56+12+167=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 167 (65.62% from 255 or 71.06% from 235); Max value from RGB is 167 - color contains mainly: blue. Hex color #380CA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380CA7 is #C7F358. Grayscale: #2A2A2A. Windows color (decimal): -13103961 or 10947640. OLE color: 10947640.

HSL color Cylindrical-coordinate representation of color #380CA7: hue angle of 257.03º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380CA7 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5612167-
CMYK0.660.9300.35
HSL257.03º86.59%35.1%-
HSV(B)257.03º92.81%65.49%-
XYZ8.743.8936.85-
YUV42.83198.08137.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 12 (5.08% from 255) = 5.11%
BLUE value IS 167 (65.62% from 255) = 71.06%
R=23.83%
G=5.11%
B=71.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56121670.660.9300.35257.0386.5935.1
Hex38CA7425D0231015723
Octal701424710213504340112743
Binary1110001100101001111000010101110101000111000000011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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