#380466

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

Shades of Persian Indigo #380466

Tints of Persian Indigo #380466

Color information

#380466 (or 0x380466) is unknown color: approx Persian Indigo. HEX triplet: 38, 04 and 66. RGB value is (56,4,102). Sum of RGB (Red+Green+Blue) = 56+4+102=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #380466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380466 is #C7FB99. Grayscale: #1E1E1E. Windows color (decimal): -13106074 or 6685752. OLE color: 6685752.

HSL color Cylindrical-coordinate representation of color #380466: hue angle of 271.84º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380466 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB564102-
CMYK0.450.9600.6
HSL271.84º92.45%20.78%-
HSV(B)271.84º96.08%40%-
XYZ4.071.8912.72-
YUV30.72168.23146.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 102 (40.23% from 255) = 62.96%
R=34.57%
G=2.47%
B=62.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5641020.450.9600.6271.8492.4520.78
Hex384662D6003C1105c15
Octal7041465514007442013425
Binary111000100110011010110111000000111100100010000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380466; }

 p { color: rgb(56,4,102); }

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

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

 a { background-color: rgb(56,4,102); }

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

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

 span { border-color: rgb(56,4,102); }

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