#380575

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

Shades of Persian Indigo #380575

Tints of Persian Indigo #380575

Color information

#380575 (or 0x380575) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 75. RGB value is (56,5,117). Sum of RGB (Red+Green+Blue) = 56+5+117=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #380575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380575 is #C7FA8A. Grayscale: #202020. Windows color (decimal): -13105803 or 7669048. OLE color: 7669048.

HSL color Cylindrical-coordinate representation of color #380575: hue angle of 267.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380575 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB565117-
CMYK0.520.9600.54
HSL267.32º91.8%23.92%-
HSV(B)267.32º95.73%45.88%-
XYZ4.92.2317-
YUV33.02175.4144.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 117 (46.09% from 255) = 65.73%
R=31.46%
G=2.81%
B=65.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5651170.520.9600.54267.3291.823.92
Hex38575346003610b5c18
Octal7051656414006641313430
Binary111000101111010111010011000000110110100001011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380575; }

 p { color: rgb(56,5,117); }

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

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

 a { background-color: rgb(56,5,117); }

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

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

 span { border-color: rgb(56,5,117); }

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