#381BA2

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

Shades of Persian Indigo #381BA2

Tints of Persian Indigo #381BA2

Color information

#381BA2 (or 0x381BA2) is unknown color: approx Persian Indigo. HEX triplet: 38, 1B and A2. RGB value is (56,27,162). Sum of RGB (Red+Green+Blue) = 56+27+162=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #381BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381BA2 is #C7E45D. Grayscale: #323232. Windows color (decimal): -13100126 or 10623800. OLE color: 10623800.

HSL color Cylindrical-coordinate representation of color #381BA2: hue angle of 252.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381BA2 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5627162-
CMYK0.650.8300.36
HSL252.89º71.43%37.06%-
HSV(B)252.89º83.33%63.53%-
XYZ8.544.2334.55-
YUV51.06190.61131.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 162 (63.67% from 255) = 66.12%
R=22.86%
G=11.02%
B=66.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56271620.650.8300.36252.8971.4337.06
Hex381BA24153024fd4725
Octal703324210112304437510745
Binary1110001101110100010100000110100110100100111111011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,27,162); }

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

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

 a { background-color: rgb(56,27,162); }

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

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

 span { border-color: rgb(56,27,162); }

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