#381A85

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

Shades of Persian Indigo #381A85

Tints of Persian Indigo #381A85

Color information

#381A85 (or 0x381A85) is unknown color: approx Persian Indigo. HEX triplet: 38, 1A and 85. RGB value is (56,26,133). Sum of RGB (Red+Green+Blue) = 56+26+133=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #381A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381A85 is #C7E57A. Grayscale: #2E2E2E. Windows color (decimal): -13100411 or 8723000. OLE color: 8723000.

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

Color convert

RGB5626133-
CMYK0.580.8000.48
HSL256.82º67.3%31.18%-
HSV(B)256.82º80.45%52.16%-
XYZ6.233.2722.49-
YUV47.17176.44134.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 133 (52.34% from 255) = 61.86%
R=26.05%
G=12.09%
B=61.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56261330.580.8000.48256.8267.331.18
Hex381A853A50030101431f
Octal70322057212006040110337
Binary111000110101000010111101010100000110000100000001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381A85; }

 p { color: rgb(56,26,133); }

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

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

 a { background-color: rgb(56,26,133); }

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

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

 span { border-color: rgb(56,26,133); }

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