#380367

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

Shades of Persian Indigo #380367

Tints of Persian Indigo #380367

Color information

#380367 (or 0x380367) is unknown color: approx Persian Indigo. HEX triplet: 38, 03 and 67. RGB value is (56,3,103). Sum of RGB (Red+Green+Blue) = 56+3+103=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #380367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380367 is #C7FC98. Grayscale: #1D1D1D. Windows color (decimal): -13106329 or 6751032. OLE color: 6751032.

HSL color Cylindrical-coordinate representation of color #380367: hue angle of 271.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380367 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB563103-
CMYK0.460.9700.60
HSL271.8º94.34%20.78%-
HSV(B)271.8º97.09%40.39%-
XYZ4.111.8912.98-
YUV30.25169.06146.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 3 (1.56% from 255) = 1.85%
BLUE value IS 103 (40.62% from 255) = 63.58%
R=34.57%
G=1.85%
B=63.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5631030.460.9700.60271.894.3420.78
Hex383672E6103C1105e15
Octal7031475614107442013625
Binary11100011110011110111011000010111100100010000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380367; }

 p { color: rgb(56,3,103); }

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

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

 a { background-color: rgb(56,3,103); }

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

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

 span { border-color: rgb(56,3,103); }

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