#380467

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

Shades of Persian Indigo #380467

Tints of Persian Indigo #380467

Color information

#380467 (or 0x380467) is unknown color: approx Persian Indigo. HEX triplet: 38, 04 and 67. RGB value is (56,4,103). Sum of RGB (Red+Green+Blue) = 56+4+103=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #380467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380467 is #C7FB98. Grayscale: #1E1E1E. Windows color (decimal): -13106073 or 6751288. OLE color: 6751288.

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

Color convert

RGB564103-
CMYK0.460.9600.60
HSL271.52º92.52%20.98%-
HSV(B)271.52º96.12%40.39%-
XYZ4.121.9112.98-
YUV30.83168.73145.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 103 (40.62% from 255) = 63.19%
R=34.36%
G=2.45%
B=63.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5641030.460.9600.60271.5292.5220.98
Hex384672E6003C1105d15
Octal7041475614007442013525
Binary111000100110011110111011000000111100100010000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380467; }

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

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

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

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

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

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

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

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