#380A97

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

Shades of Persian Indigo #380A97

Tints of Persian Indigo #380A97

Color information

#380A97 (or 0x380A97) is unknown color: approx Persian Indigo. HEX triplet: 38, 0A and 97. RGB value is (56,10,151). Sum of RGB (Red+Green+Blue) = 56+10+151=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #380A97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380A97 is #C7F568. Grayscale: #272727. Windows color (decimal): -13104489 or 9898552. OLE color: 9898552.

HSL color Cylindrical-coordinate representation of color #380A97: hue angle of 259.57º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380A97 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5610151-
CMYK0.630.9300.41
HSL259.57º87.58%31.57%-
HSV(B)259.57º93.38%59.22%-
XYZ7.333.2929.53-
YUV39.83190.74139.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 151 (59.38% from 255) = 69.59%
R=25.81%
G=4.61%
B=69.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56101510.630.9300.41259.5787.5831.57
Hex38A973F5D0291045820
Octal70122277713505140413040
Binary111000101010010111111111101110101010011000001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,10,151); }

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

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

 a { background-color: rgb(56,10,151); }

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

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

 span { border-color: rgb(56,10,151); }

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