Html Css Color HEX #3D1D78 Persian Indigo

📋 copy color: '#3D1D78'

red 61 ◦ green 29 ◦ blue 120

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

Shades of Persian Indigo #3D1D78

Tints of Persian Indigo #3D1D78

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.81%

 BLUE value IS 120 (47.27% from 255) = 57.14%

R = 29.05%
G = 13.81%
B = 57.14%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D1D78 (or 0x3D1D78) is known color: Persian Indigo. HEX triplet: 3D, 1D and 78. RGB value is (61,29,120). Sum of RGB (Red+Green+Blue) = 61+29+120=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D1D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1D78 is #C2E287. Grayscale: #303030. Windows color (decimal): -12771976 or 7871805. OLE color: 7871805.

HSL color Cylindrical-coordinate representation of color #3D1D78: hue angle of 261.1º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D1D78 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 29 120 -
CMYK 0.49 0.76 0 0.53
HSL 261.1º 0.61% 0.29% -
HSV(B) 261.1º 0.76% 0.47% -
XYZ 5.75 3.23 18.09 -
YUV 48.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 61 29 120 0.49 0.76 0 0.53 261.1 0.61 0.29
Hex 3D 1D 78 31 4C 0 35 105 3D 1D
Octal 75 35 170 61 114 0 65 405 75 35
Binary 111101 11101 1111000 110001 1001100 0 110101 100000101 111101 11101

Color Harmonies of #3D1D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1D78

Black with #3D1D78

Text Example


Text Example

White with #3D1D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,29,120); }

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

background-color css

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

 a { background-color: rgb(61,29,120); }

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

border-color css

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

 span { border-color: rgb(61,29,120); }

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