#380072

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

Shades of Persian Indigo #380072

Tints of Persian Indigo #380072

Color information

#380072 (or 0x380072) is unknown color: approx Persian Indigo. HEX triplet: 38, 00 and 72. RGB value is (56,0,114). Sum of RGB (Red+Green+Blue) = 56+0+114=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #380072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380072 is #C7FF8D. Grayscale: #1D1D1D. Windows color (decimal): -13107086 or 7471160. OLE color: 7471160.

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

Color convert

RGB560114-
CMYK0.51100.55
HSL269.47º100%22.35%-
HSV(B)269.47º100%44.71%-
XYZ4.672.0616.07-
YUV29.74175.55146.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 67.06%
R=32.94%
G=0%
B=67.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5601140.51100.55269.4710022.35
Hex38072336403710d6416
Octal7001626314406741514426
Binary1110000111001011001111001000110111100001101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380072; }

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

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

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

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

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

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

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

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