#381270

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

Shades of Persian Indigo #381270

Tints of Persian Indigo #381270

Color information

#381270 (or 0x381270) is unknown color: approx Persian Indigo. HEX triplet: 38, 12 and 70. RGB value is (56,18,112). Sum of RGB (Red+Green+Blue) = 56+18+112=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #381270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381270 is #C7ED8F. Grayscale: #272727. Windows color (decimal): -13102480 or 7344696. OLE color: 7344696.

HSL color Cylindrical-coordinate representation of color #381270: hue angle of 264.26º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381270 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5618112-
CMYK0.500.8400.56
HSL264.26º72.31%25.49%-
HSV(B)264.26º83.93%43.92%-
XYZ4.772.4415.55-
YUV40.08168.59139.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 112 (44.14% from 255) = 60.22%
R=30.11%
G=9.68%
B=60.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56181120.500.8400.56264.2672.3125.49
Hex38127032540381084819
Octal70221606212407041011031
Binary11100010010111000011001010101000111000100001000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381270; }

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

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

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

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

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

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

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

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