#380788

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

Shades of Persian Indigo #380788

Tints of Persian Indigo #380788

Color information

#380788 (or 0x380788) is unknown color: approx Persian Indigo. HEX triplet: 38, 07 and 88. RGB value is (56,7,136). Sum of RGB (Red+Green+Blue) = 56+7+136=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #380788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380788 is #C7F877. Grayscale: #232323. Windows color (decimal): -13105272 or 8914744. OLE color: 8914744.

HSL color Cylindrical-coordinate representation of color #380788: hue angle of 262.79º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380788 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB567136-
CMYK0.590.9500.47
HSL262.79º90.21%28.04%-
HSV(B)262.79º94.85%53.33%-
XYZ6.152.7723.5-
YUV36.36184.23142.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 136 (53.52% from 255) = 68.34%
R=28.14%
G=3.52%
B=68.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5671360.590.9500.47262.7990.2128.04
Hex387883B5F02F1075a1c
Octal7072107313705740713234
Binary1110001111000100011101110111110101111100000111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380788; }

 p { color: rgb(56,7,136); }

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

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

 a { background-color: rgb(56,7,136); }

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

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

 span { border-color: rgb(56,7,136); }

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