#380872

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

Shades of Persian Indigo #380872

Tints of Persian Indigo #380872

Color information

#380872 (or 0x380872) is unknown color: approx Persian Indigo. HEX triplet: 38, 08 and 72. RGB value is (56,8,114). Sum of RGB (Red+Green+Blue) = 56+8+114=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #380872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380872 is #C7F78D. Grayscale: #222222. Windows color (decimal): -13105038 or 7473208. OLE color: 7473208.

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

Color convert

RGB568114-
CMYK0.510.9300.55
HSL267.17º86.89%23.92%-
HSV(B)267.17º92.98%44.71%-
XYZ4.752.2316.1-
YUV34.44172.9143.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 114 (44.92% from 255) = 64.04%
R=31.46%
G=4.49%
B=64.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5681140.510.9300.55267.1786.8923.92
Hex38872335D03710b5718
Octal70101626313506741312730
Binary1110001000111001011001110111010110111100001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380872; }

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

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

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

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

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

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

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

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