#382085

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

Shades of Persian Indigo #382085

Tints of Persian Indigo #382085

Color information

#382085 (or 0x382085) is unknown color: approx Persian Indigo. HEX triplet: 38, 20 and 85. RGB value is (56,32,133). Sum of RGB (Red+Green+Blue) = 56+32+133=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #382085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382085 is #C7DF7A. Grayscale: #323232. Windows color (decimal): -13098875 or 8724536. OLE color: 8724536.

HSL color Cylindrical-coordinate representation of color #382085: hue angle of 254.26º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #382085 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5632133-
CMYK0.580.7600.48
HSL254.26º61.21%32.35%-
HSV(B)254.26º75.94%52.16%-
XYZ6.383.5722.54-
YUV50.69174.45131.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 133 (52.34% from 255) = 60.18%
R=25.34%
G=14.48%
B=60.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56321330.580.7600.48254.2661.2132.35
Hex3820853A4C030fe3d20
Octal7040205721140603767540
Binary111000100000100001011110101001100011000011111110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382085; }

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

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

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

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

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

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

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

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