#380168

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

Shades of Persian Indigo #380168

Tints of Persian Indigo #380168

Color information

#380168 (or 0x380168) is unknown color: approx Persian Indigo. HEX triplet: 38, 01 and 68. RGB value is (56,1,104). Sum of RGB (Red+Green+Blue) = 56+1+104=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #380168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380168 is #C7FE97. Grayscale: #1C1C1C. Windows color (decimal): -13106840 or 6816056. OLE color: 6816056.

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

Color convert

RGB561104-
CMYK0.460.9900.59
HSL272.04º98.1%20.59%-
HSV(B)272.04º99.04%40.78%-
XYZ4.141.8613.24-
YUV29.19170.22147.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 104 (41.02% from 255) = 64.60%
R=34.78%
G=0.62%
B=64.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5611040.460.9900.59272.0498.120.59
Hex381682E6303B1106215
Octal7011505614307342014225
Binary1110001110100010111011000110111011100010000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380168; }

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

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

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

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

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

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

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

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