#380270

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

Shades of Persian Indigo #380270

Tints of Persian Indigo #380270

Color information

#380270 (or 0x380270) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 70. RGB value is (56,2,112). Sum of RGB (Red+Green+Blue) = 56+2+112=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #380270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380270 is #C7FD8F. Grayscale: #1E1E1E. Windows color (decimal): -13106576 or 7340600. OLE color: 7340600.

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

Color convert

RGB562112-
CMYK0.500.9800.56
HSL269.45º96.49%22.35%-
HSV(B)269.45º98.21%43.92%-
XYZ4.582.0515.48-
YUV30.69173.89146.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 112 (44.14% from 255) = 65.88%
R=32.94%
G=1.18%
B=65.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5621120.500.9800.56269.4596.4922.35
Hex38270326203810d6016
Octal7021606214207041514026
Binary11100010111000011001011000100111000100001101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380270; }

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

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

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

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

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

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

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

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