#3D098D

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

Shades of Persian Indigo #3D098D

Tints of Persian Indigo #3D098D

Color information

#3D098D (or 0x3D098D) is unknown color: approx Persian Indigo. HEX triplet: 3D, 09 and 8D. RGB value is (61,9,141). Sum of RGB (Red+Green+Blue) = 61+9+141=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D098D is #C2F672. Grayscale: #272727. Windows color (decimal): -12777075 or 9242941. OLE color: 9242941.

HSL color Cylindrical-coordinate representation of color #3D098D: hue angle of 263.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D098D is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB619141-
CMYK0.570.9400.45
HSL263.64º88%29.41%-
HSV(B)263.64º93.62%55.29%-
XYZ6.833.1125.44-
YUV39.6185.23143.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.91%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 141 (55.47% from 255) = 66.82%
R=28.91%
G=4.27%
B=66.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6191410.570.9400.45263.648829.41
Hex3D98D395E02D108581d
Octal75112157113605541013035
Binary11110110011000110111100110111100101101100001000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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