#380069

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

Shades of Indigo #380069

Tints of Indigo #380069

Color information

#380069 (or 0x380069) is unknown color: approx Indigo. HEX triplet: 38, 00 and 69. RGB value is (56,0,105). Sum of RGB (Red+Green+Blue) = 56+0+105=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #380069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380069 is #C7FF96. Grayscale: #1C1C1C. Windows color (decimal): -13107095 or 6881336. OLE color: 6881336.

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

Color convert

RGB560105-
CMYK0.47100.59
HSL272º100%20.59%-
HSV(B)272º100%41.18%-
XYZ4.181.8613.5-
YUV28.71171.05147.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 65.22%
R=34.78%
G=0%
B=65.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5601050.47100.5927210020.59
Hex380692F6403B1106415
Octal7001515714407342014425
Binary1110000110100110111111001000111011100010000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380069; }

 p { color: rgb(56,0,105); }

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

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

 a { background-color: rgb(56,0,105); }

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

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

 span { border-color: rgb(56,0,105); }

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