#380164

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

Shades of Persian Indigo #380164

Tints of Persian Indigo #380164

Color information

#380164 (or 0x380164) is unknown color: approx Persian Indigo. HEX triplet: 38, 01 and 64. RGB value is (56,1,100). Sum of RGB (Red+Green+Blue) = 56+1+100=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #380164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380164 is #C7FE9B. Grayscale: #1C1C1C. Windows color (decimal): -13106844 or 6553912. OLE color: 6553912.

HSL color Cylindrical-coordinate representation of color #380164: hue angle of 273.33º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380164 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB561100-
CMYK0.440.9900.61
HSL273.33º98.02%19.8%-
HSV(B)273.33º99%39.22%-
XYZ3.941.7812.19-
YUV28.73168.22147.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 100 (39.45% from 255) = 63.69%
R=35.67%
G=0.64%
B=63.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5611000.440.9900.61273.3398.0219.8
Hex381642C6303D1116214
Octal7011445414307542114224
Binary1110001110010010110011000110111101100010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380164; }

 p { color: rgb(56,1,100); }

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

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

 a { background-color: rgb(56,1,100); }

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

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

 span { border-color: rgb(56,1,100); }

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