#380C99

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

Shades of Persian Indigo #380C99

Tints of Persian Indigo #380C99

Color information

#380C99 (or 0x380C99) is unknown color: approx Persian Indigo. HEX triplet: 38, 0C and 99. RGB value is (56,12,153). Sum of RGB (Red+Green+Blue) = 56+12+153=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #380C99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380C99 is #C7F366. Grayscale: #282828. Windows color (decimal): -13103975 or 10030136. OLE color: 10030136.

HSL color Cylindrical-coordinate representation of color #380C99: hue angle of 258.72º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380C99 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5612153-
CMYK0.630.9200.4
HSL258.72º85.45%32.35%-
HSV(B)258.72º92.16%60%-
XYZ7.513.430.4-
YUV41.23191.08138.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 12 (5.08% from 255) = 5.43%
BLUE value IS 153 (60.16% from 255) = 69.23%
R=25.34%
G=5.43%
B=69.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56121530.630.9200.4258.7285.4532.35
Hex38C993F5C0281035520
Octal70142317713405040312540
Binary111000110010011001111111101110001010001000000111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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