#381878

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

Shades of Persian Indigo #381878

Tints of Persian Indigo #381878

Color information

#381878 (or 0x381878) is unknown color: approx Persian Indigo. HEX triplet: 38, 18 and 78. RGB value is (56,24,120). Sum of RGB (Red+Green+Blue) = 56+24+120=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #381878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381878 is #C7E787. Grayscale: #2C2C2C. Windows color (decimal): -13100936 or 7870520. OLE color: 7870520.

HSL color Cylindrical-coordinate representation of color #381878: hue angle of 260º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381878 is Cyan = 0.53, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5624120-
CMYK0.530.800.53
HSL260º66.67%28.24%-
HSV(B)260º80%47.06%-
XYZ5.352.8518.04-
YUV44.51170.6136.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 120 (47.27% from 255) = 60%
R=28%
G=12%
B=60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56241200.530.800.5326066.6728.24
Hex3818783550035104431c
Octal70301706512006540410334
Binary11100011000111100011010110100000110101100000100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381878; }

 p { color: rgb(56,24,120); }

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

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

 a { background-color: rgb(56,24,120); }

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

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

 span { border-color: rgb(56,24,120); }

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