#381884

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

Shades of Persian Indigo #381884

Tints of Persian Indigo #381884

Color information

#381884 (or 0x381884) is unknown color: approx Persian Indigo. HEX triplet: 38, 18 and 84. RGB value is (56,24,132). Sum of RGB (Red+Green+Blue) = 56+24+132=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #381884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381884 is #C7E77B. Grayscale: #2D2D2D. Windows color (decimal): -13100924 or 8656952. OLE color: 8656952.

HSL color Cylindrical-coordinate representation of color #381884: hue angle of 257.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381884 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5624132-
CMYK0.580.8200.48
HSL257.78º69.23%30.59%-
HSV(B)257.78º81.82%51.76%-
XYZ6.123.1622.12-
YUV45.88176.6135.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 132 (51.95% from 255) = 62.26%
R=26.42%
G=11.32%
B=62.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56241320.580.8200.48257.7869.2330.59
Hex3818843A52030102451f
Octal70302047212206040210537
Binary111000110001000010011101010100100110000100000010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381884; }

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

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

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

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

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

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

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

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