Html Css Color HEX #3D108D Persian Indigo

📋 copy color: '#3D108D'

red 61 ◦ green 16 ◦ blue 141

#3D108D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3D108D

Tints of Persian Indigo #3D108D

RGB

 RED value IS 61 (24.22% from 255) = 27.98%

 GREEN value IS 16 (6.64% from 255) = 7.34%

 BLUE value IS 141 (55.47% from 255) = 64.68%

R = 27.98%
G = 7.34%
B = 64.68%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D108D (or 0x3D108D) is known color: Persian Indigo. HEX triplet: 3D, 10 and 8D. RGB value is (61,16,141). Sum of RGB (Red+Green+Blue) = 61+16+141=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D108D is #C2EF72. Grayscale: #2B2B2B. Windows color (decimal): -12775283 or 9244733. OLE color: 9244733.

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

Color convert

RGB 61 16 141 -
CMYK 0.57 0.89 0 0.45
HSL 261.6º 0.8% 0.31% -
HSV(B) 261.6º 0.89% 0.55% -
XYZ 6.92 3.29 25.47 -
YUV 43.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 61 16 141 0.57 0.89 0 0.45 261.6 0.8 0.31
Hex 3D 10 8D 39 59 0 2D 106 50 1F
Octal 75 20 215 71 131 0 55 406 120 37
Binary 111101 10000 10001101 111001 1011001 0 101101 100000110 1010000 11111

Color Harmonies of #3D108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D108D

Black with #3D108D

Text Example


Text Example

White with #3D108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D108D;
 }
 .AnyTagClassName
 {
   color: #3D108D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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