Html Css Color HEX #3D1D75 Persian Indigo

📋 copy color: '#3D1D75'

red 61 ◦ green 29 ◦ blue 117

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

Shades of Persian Indigo #3D1D75

Tints of Persian Indigo #3D1D75

RGB

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

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

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

R = 29.47%
G = 14.01%
B = 56.52%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D1D75 (or 0x3D1D75) is known color: Persian Indigo. HEX triplet: 3D, 1D and 75. RGB value is (61,29,117). Sum of RGB (Red+Green+Blue) = 61+29+117=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D1D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1D75 is #C2E28A. Grayscale: #303030. Windows color (decimal): -12771979 or 7675197. OLE color: 7675197.

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

Color convert

RGB 61 29 117 -
CMYK 0.48 0.75 0 0.54
HSL 261.82º 0.6% 0.29% -
HSV(B) 261.82º 0.75% 0.46% -
XYZ 5.57 3.16 17.14 -
YUV 48.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 61 29 117 0.48 0.75 0 0.54 261.82 0.6 0.29
Hex 3D 1D 75 30 4B 0 36 106 3C 1D
Octal 75 35 165 60 113 0 66 406 74 35
Binary 111101 11101 1110101 110000 1001011 0 110110 100000110 111100 11101

Color Harmonies of #3D1D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1D75

Black with #3D1D75

Text Example


Text Example

White with #3D1D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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