Html Css Color HEX #3D1581 Persian Indigo

📋 copy color: '#3D1581'

red 61 ◦ green 21 ◦ blue 129

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

Shades of Persian Indigo #3D1581

Tints of Persian Indigo #3D1581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

 BLUE value IS 129 (50.78% from 255) = 61.14%

R = 28.91%
G = 9.95%
B = 61.14%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3D1581 (or 0x3D1581) is known color: Persian Indigo. HEX triplet: 3D, 15 and 81. RGB value is (61,21,129). Sum of RGB (Red+Green+Blue) = 61+21+129=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #3D1581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1581 is #C2EA7E. Grayscale: #2C2C2C. Windows color (decimal): -12774015 or 8459581. OLE color: 8459581.

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

Color convert

RGB 61 21 129 -
CMYK 0.53 0.84 0 0.49
HSL 262.22º 0.72% 0.29% -
HSV(B) 262.22º 0.84% 0.51% -
XYZ 6.16 3.11 21.05 -
YUV 45.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 61 21 129 0.53 0.84 0 0.49 262.22 0.72 0.29
Hex 3D 15 81 35 54 0 31 106 48 1D
Octal 75 25 201 65 124 0 61 406 110 35
Binary 111101 10101 10000001 110101 1010100 0 110001 100000110 1001000 11101

Color Harmonies of #3D1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1581

Black with #3D1581

Text Example


Text Example

White with #3D1581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,21,129); }

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

background-color css

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

 a { background-color: rgb(61,21,129); }

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

border-color css

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

 span { border-color: rgb(61,21,129); }

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