Html Css Color HEX #3D1175 Persian Indigo

📋 copy color: '#3D1175'

red 61 ◦ green 17 ◦ blue 117

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

Shades of Persian Indigo #3D1175

Tints of Persian Indigo #3D1175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60%

R = 31.28%
G = 8.72%
B = 60%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D1175 (or 0x3D1175) is known color: Persian Indigo. HEX triplet: 3D, 11 and 75. RGB value is (61,17,117). Sum of RGB (Red+Green+Blue) = 61+17+117=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D1175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D1175 is #C2EE8A. Grayscale: #292929. Windows color (decimal): -12775051 or 7672125. OLE color: 7672125.

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

Color convert

RGB 61 17 117 -
CMYK 0.48 0.85 0 0.54
HSL 266.4º 0.75% 0.26% -
HSV(B) 266.4º 0.85% 0.46% -
XYZ 5.34 2.68 17.07 -
YUV 41.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 61 17 117 0.48 0.85 0 0.54 266.4 0.75 0.26
Hex 3D 11 75 30 55 0 36 10A 4B 1A
Octal 75 21 165 60 125 0 66 412 113 32
Binary 111101 10001 1110101 110000 1010101 0 110110 100001010 1001011 11010

Color Harmonies of #3D1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1175

Black with #3D1175

Text Example


Text Example

White with #3D1175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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