#380572

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

Shades of Persian Indigo #380572

Tints of Persian Indigo #380572

Color information

#380572 (or 0x380572) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 72. RGB value is (56,5,114). Sum of RGB (Red+Green+Blue) = 56+5+114=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #380572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380572 is #C7FA8D. Grayscale: #202020. Windows color (decimal): -13105806 or 7472440. OLE color: 7472440.

HSL color Cylindrical-coordinate representation of color #380572: hue angle of 268.07º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380572 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB565114-
CMYK0.510.9600.55
HSL268.07º91.6%23.33%-
HSV(B)268.07º95.61%44.71%-
XYZ4.722.1616.09-
YUV32.67173.9144.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 114 (44.92% from 255) = 65.14%
R=32%
G=2.86%
B=65.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5651140.510.9600.55268.0791.623.33
Hex38572336003710c5c17
Octal7051626314006741413427
Binary111000101111001011001111000000110111100001100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380572; }

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

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

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

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

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

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

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

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