#381795

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

Shades of Persian Indigo #381795

Tints of Persian Indigo #381795

Color information

#381795 (or 0x381795) is unknown color: approx Persian Indigo. HEX triplet: 38, 17 and 95. RGB value is (56,23,149). Sum of RGB (Red+Green+Blue) = 56+23+149=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #381795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381795 is #C7E86A. Grayscale: #2E2E2E. Windows color (decimal): -13101163 or 9770808. OLE color: 9770808.

HSL color Cylindrical-coordinate representation of color #381795: hue angle of 255.71º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381795 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5623149-
CMYK0.620.8500.42
HSL255.71º73.26%33.73%-
HSV(B)255.71º84.56%58.43%-
XYZ7.363.6228.75-
YUV47.23185.43134.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 23 (9.38% from 255) = 10.09%
BLUE value IS 149 (58.59% from 255) = 65.35%
R=24.56%
G=10.09%
B=65.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56231490.620.8500.42255.7173.2633.73
Hex3817953E5502A1004922
Octal70272257612505240011142
Binary1110001011110010101111110101010101010101000000001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381795; }

 p { color: rgb(56,23,149); }

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

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

 a { background-color: rgb(56,23,149); }

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

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

 span { border-color: rgb(56,23,149); }

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