#381075

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

Shades of Persian Indigo #381075

Tints of Persian Indigo #381075

Color information

#381075 (or 0x381075) is unknown color: approx Persian Indigo. HEX triplet: 38, 10 and 75. RGB value is (56,16,117). Sum of RGB (Red+Green+Blue) = 56+16+117=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #381075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381075 is #C7EF8A. Grayscale: #272727. Windows color (decimal): -13102987 or 7671864. OLE color: 7671864.

HSL color Cylindrical-coordinate representation of color #381075: hue angle of 263.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381075 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5616117-
CMYK0.520.8600.54
HSL263.76º75.94%26.08%-
HSV(B)263.76º86.32%45.88%-
XYZ5.032.517.05-
YUV39.47171.75139.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=29.63%
G=8.47%
B=61.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56161170.520.8600.54263.7675.9426.08
Hex38107534560361084c1a
Octal70201656412606641011432
Binary11100010000111010111010010101100110110100001000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381075; }

 p { color: rgb(56,16,117); }

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

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

 a { background-color: rgb(56,16,117); }

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

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

 span { border-color: rgb(56,16,117); }

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