#380CA5

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

Shades of Persian Indigo #380CA5

Tints of Persian Indigo #380CA5

Color information

#380CA5 (or 0x380CA5) is unknown color: approx Persian Indigo. HEX triplet: 38, 0C and A5. RGB value is (56,12,165). Sum of RGB (Red+Green+Blue) = 56+12+165=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 165 (64.84% from 255 or 70.82% from 233); Max value from RGB is 165 - color contains mainly: blue. Hex color #380CA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380CA5 is #C7F35A. Grayscale: #2A2A2A. Windows color (decimal): -13103963 or 10816568. OLE color: 10816568.

HSL color Cylindrical-coordinate representation of color #380CA5: hue angle of 257.25º degrees, saturation: 0.86, 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 #380CA5 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5612165-
CMYK0.660.9300.35
HSL257.25º86.44%34.71%-
HSV(B)257.25º92.73%64.71%-
XYZ8.553.8235.88-
YUV42.6197.08137.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 12 (5.08% from 255) = 5.15%
BLUE value IS 165 (64.84% from 255) = 70.82%
R=24.03%
G=5.15%
B=70.82%

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
Decimal56121650.660.9300.35257.2586.4434.71
Hex38CA5425D0231015623
Octal701424510213504340112643
Binary1110001100101001011000010101110101000111000000011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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