#381775

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

Shades of Persian Indigo #381775

Tints of Persian Indigo #381775

Color information

#381775 (or 0x381775) is unknown color: approx Persian Indigo. HEX triplet: 38, 17 and 75. RGB value is (56,23,117). Sum of RGB (Red+Green+Blue) = 56+23+117=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #381775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381775 is #C7E88A. Grayscale: #2B2B2B. Windows color (decimal): -13101195 or 7673656. OLE color: 7673656.

HSL color Cylindrical-coordinate representation of color #381775: hue angle of 261.06º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381775 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5623117-
CMYK0.520.8000.54
HSL261.06º67.14%27.45%-
HSV(B)261.06º80.34%45.88%-
XYZ5.152.7417.09-
YUV43.58169.43136.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 23 (9.38% from 255) = 11.73%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=28.57%
G=11.73%
B=59.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56231170.520.8000.54261.0667.1427.45
Hex3817753450036105431b
Octal70271656412006640510333
Binary11100010111111010111010010100000110110100000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381775; }

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

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

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

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

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

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

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

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