#380268

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

Shades of Persian Indigo #380268

Tints of Persian Indigo #380268

Color information

#380268 (or 0x380268) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 68. RGB value is (56,2,104). Sum of RGB (Red+Green+Blue) = 56+2+104=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #380268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380268 is #C7FD97. Grayscale: #1D1D1D. Windows color (decimal): -13106584 or 6816312. OLE color: 6816312.

HSL color Cylindrical-coordinate representation of color #380268: hue angle of 271.76º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380268 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB562104-
CMYK0.460.9800.59
HSL271.76º96.23%20.78%-
HSV(B)271.76º98.08%40.78%-
XYZ4.151.8813.24-
YUV29.77169.89146.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 104 (41.02% from 255) = 64.20%
R=34.57%
G=1.23%
B=64.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5621040.460.9800.59271.7696.2320.78
Hex382682E6203B1106015
Octal7021505614207342014025
Binary11100010110100010111011000100111011100010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380268; }

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

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

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

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

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

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

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

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