#380770

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

Shades of Persian Indigo #380770

Tints of Persian Indigo #380770

Color information

#380770 (or 0x380770) is unknown color: approx Persian Indigo. HEX triplet: 38, 07 and 70. RGB value is (56,7,112). Sum of RGB (Red+Green+Blue) = 56+7+112=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #380770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380770 is #C7F88F. Grayscale: #212121. Windows color (decimal): -13105296 or 7341880. OLE color: 7341880.

HSL color Cylindrical-coordinate representation of color #380770: hue angle of 268º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380770 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB567112-
CMYK0.500.9400.56
HSL268º88.24%23.33%-
HSV(B)268º93.75%43.92%-
XYZ4.632.1615.5-
YUV33.62172.23143.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 112 (44.14% from 255) = 64%
R=32%
G=4%
B=64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5671120.500.9400.5626888.2423.33
Hex38770325E03810c5817
Octal7071606213607041413027
Binary111000111111000011001010111100111000100001100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380770; }

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

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

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

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

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

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

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

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