#380165

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

Shades of Persian Indigo #380165

Tints of Persian Indigo #380165

Color information

#380165 (or 0x380165) is unknown color: approx Persian Indigo. HEX triplet: 38, 01 and 65. RGB value is (56,1,101). Sum of RGB (Red+Green+Blue) = 56+1+101=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #380165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380165 is #C7FE9A. Grayscale: #1C1C1C. Windows color (decimal): -13106843 or 6619448. OLE color: 6619448.

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

Color convert

RGB561101-
CMYK0.450.9900.60
HSL273º98.04%20%-
HSV(B)273º99.01%39.61%-
XYZ3.991.812.45-
YUV28.84168.72147.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 101 (39.84% from 255) = 63.92%
R=35.44%
G=0.63%
B=63.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5611010.450.9900.6027398.0420
Hex381652D6303C1116214
Octal7011455514307442114224
Binary1110001110010110110111000110111100100010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380165; }

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

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

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

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

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

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

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

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