#381D75

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

Shades of Persian Indigo #381D75

Tints of Persian Indigo #381D75

Color information

#381D75 (or 0x381D75) is unknown color: approx Persian Indigo. HEX triplet: 38, 1D and 75. RGB value is (56,29,117). Sum of RGB (Red+Green+Blue) = 56+29+117=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #381D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D75 is #C7E28A. Grayscale: #2E2E2E. Windows color (decimal): -13099659 or 7675192. OLE color: 7675192.

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

Color convert

RGB5629117-
CMYK0.520.7500.54
HSL258.41º60.27%28.63%-
HSV(B)258.41º75.21%45.88%-
XYZ5.28317.13-
YUV47.1167.45134.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 29 (11.72% from 255) = 14.36%
BLUE value IS 117 (46.09% from 255) = 57.92%
R=27.72%
G=14.36%
B=57.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56291170.520.7500.54258.4160.2728.63
Hex381D75344B0361023c1d
Octal7035165641130664027435
Binary1110001110111101011101001001011011011010000001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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