#3D0985

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

Shades of Persian Indigo #3D0985

Tints of Persian Indigo #3D0985

Color information

#3D0985 (or 0x3D0985) is unknown color: approx Persian Indigo. HEX triplet: 3D, 09 and 85. RGB value is (61,9,133). Sum of RGB (Red+Green+Blue) = 61+9+133=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D0985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0985 is #C2F67A. Grayscale: #262626. Windows color (decimal): -12777083 or 8718653. OLE color: 8718653.

HSL color Cylindrical-coordinate representation of color #3D0985: hue angle of 265.16º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0985 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB619133-
CMYK0.540.9300.48
HSL265.16º87.32%27.84%-
HSV(B)265.16º93.23%52.16%-
XYZ6.262.8822.42-
YUV38.68181.23143.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 133 (52.34% from 255) = 65.52%
R=30.05%
G=4.43%
B=65.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6191330.540.9300.48265.1687.3227.84
Hex3D985365D030109571c
Octal75112056613506041112734
Binary11110110011000010111011010111010110000100001001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D0985; }

 p { color: rgb(61,9,133); }

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

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

 a { background-color: rgb(61,9,133); }

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

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

 span { border-color: rgb(61,9,133); }

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