#381A75

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

Shades of Persian Indigo #381A75

Tints of Persian Indigo #381A75

Color information

#381A75 (or 0x381A75) is unknown color: approx Persian Indigo. HEX triplet: 38, 1A and 75. RGB value is (56,26,117). Sum of RGB (Red+Green+Blue) = 56+26+117=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #381A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A75 is #C7E58A. Grayscale: #2D2D2D. Windows color (decimal): -13100427 or 7674424. OLE color: 7674424.

HSL color Cylindrical-coordinate representation of color #381A75: hue angle of 259.78º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381A75 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5626117-
CMYK0.520.7800.54
HSL259.78º63.64%28.04%-
HSV(B)259.78º77.78%45.88%-
XYZ5.212.8617.11-
YUV45.34168.44135.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=28.14%
G=13.07%
B=58.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56261170.520.7800.54259.7863.6428.04
Hex381A75344E036104401c
Octal70321656411606640410034
Binary11100011010111010111010010011100110110100000100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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