Html Css Color HEX #3D1176 Persian Indigo

📋 copy color: '#3D1176'

red 61 ◦ green 17 ◦ blue 118

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

Shades of Persian Indigo #3D1176

Tints of Persian Indigo #3D1176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

 BLUE value IS 118 (46.48% from 255) = 60.2%

R = 31.12%
G = 8.67%
B = 60.2%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D1176 (or 0x3D1176) is known color: Persian Indigo. HEX triplet: 3D, 11 and 76. RGB value is (61,17,118). Sum of RGB (Red+Green+Blue) = 61+17+118=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D1176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1176 is #C2EE89. Grayscale: #292929. Windows color (decimal): -12775050 or 7737661. OLE color: 7737661.

HSL color Cylindrical-coordinate representation of color #3D1176: hue angle of 266.14º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D1176 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 17 118 -
CMYK 0.48 0.86 0 0.54
HSL 266.14º 0.75% 0.26% -
HSV(B) 266.14º 0.86% 0.46% -
XYZ 5.39 2.7 17.38 -
YUV 41.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 61 17 118 0.48 0.86 0 0.54 266.14 0.75 0.26
Hex 3D 11 76 30 56 0 36 10A 4B 1A
Octal 75 21 166 60 126 0 66 412 113 32
Binary 111101 10001 1110110 110000 1010110 0 110110 100001010 1001011 11010

Color Harmonies of #3D1176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1176

Black with #3D1176

Text Example


Text Example

White with #3D1176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,17,118); }

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

background-color css

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

 a { background-color: rgb(61,17,118); }

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

border-color css

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

 span { border-color: rgb(61,17,118); }

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