#381273

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

Shades of Persian Indigo #381273

Tints of Persian Indigo #381273

Color information

#381273 (or 0x381273) is unknown color: approx Persian Indigo. HEX triplet: 38, 12 and 73. RGB value is (56,18,115). Sum of RGB (Red+Green+Blue) = 56+18+115=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #381273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381273 is #C7ED8C. Grayscale: #282828. Windows color (decimal): -13102477 or 7541304. OLE color: 7541304.

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

Color convert

RGB5618115-
CMYK0.510.8400.55
HSL263.51º72.93%26.08%-
HSV(B)263.51º84.35%45.1%-
XYZ4.942.5116.44-
YUV40.42170.09139.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 115 (45.31% from 255) = 60.85%
R=29.63%
G=9.52%
B=60.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56181150.510.8400.55263.5172.9326.08
Hex3812733354037108491a
Octal70221636312406741011132
Binary11100010010111001111001110101000110111100001000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381273; }

 p { color: rgb(56,18,115); }

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

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

 a { background-color: rgb(56,18,115); }

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

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

 span { border-color: rgb(56,18,115); }

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