Html Css Color HEX #3D1E7F Persian Indigo

📋 copy color: '#3D1E7F'

red 61 ◦ green 30 ◦ blue 127

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

Shades of Persian Indigo #3D1E7F

Tints of Persian Indigo #3D1E7F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.76%

 BLUE value IS 127 (50% from 255) = 58.26%

R = 27.98%
G = 13.76%
B = 58.26%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3D1E7F (or 0x3D1E7F) is known color: Persian Indigo. HEX triplet: 3D, 1E and 7F. RGB value is (61,30,127). Sum of RGB (Red+Green+Blue) = 61+30+127=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D1E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1E7F is #C2E180. Grayscale: #313131. Windows color (decimal): -12771713 or 8330813. OLE color: 8330813.

HSL color Cylindrical-coordinate representation of color #3D1E7F: hue angle of 259.18º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D1E7F is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 61 30 127 -
CMYK 0.52 0.76 0 0.50
HSL 259.18º 0.62% 0.31% -
HSV(B) 259.18º 0.76% 0.5% -
XYZ 6.22 3.45 20.42 -
YUV 50.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 61 30 127 0.52 0.76 0 0.50 259.18 0.62 0.31
Hex 3D 1E 7F 34 4C 0 32 103 3E 1F
Octal 75 36 177 64 114 0 62 403 76 37
Binary 111101 11110 1111111 110100 1001100 0 110010 100000011 111110 11111

Color Harmonies of #3D1E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1E7F

Black with #3D1E7F

Text Example


Text Example

White with #3D1E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,30,127); }

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

background-color css

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

 a { background-color: rgb(61,30,127); }

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

border-color css

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

 span { border-color: rgb(61,30,127); }

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