Html Css Color HEX #3D1F7F Persian Indigo

📋 copy color: '#3D1F7F'

red 61 ◦ green 31 ◦ blue 127

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

Shades of Persian Indigo #3D1F7F

Tints of Persian Indigo #3D1F7F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.16%

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

R = 27.85%
G = 14.16%
B = 57.99%

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

#3D1F7F (or 0x3D1F7F) is known color: Persian Indigo. HEX triplet: 3D, 1F and 7F. RGB value is (61,31,127). Sum of RGB (Red+Green+Blue) = 61+31+127=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D1F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1F7F is #C2E080. Grayscale: #323232. Windows color (decimal): -12771457 or 8331069. OLE color: 8331069.

HSL color Cylindrical-coordinate representation of color #3D1F7F: hue angle of 258.75º degrees, saturation: 0.61, 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 #3D1F7F is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 61 31 127 -
CMYK 0.52 0.76 0 0.50
HSL 258.75º 0.61% 0.31% -
HSV(B) 258.75º 0.76% 0.5% -
XYZ 6.25 3.5 20.43 -
YUV 50.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 61 31 127 0.52 0.76 0 0.50 258.75 0.61 0.31
Hex 3D 1F 7F 34 4C 0 32 103 3D 1F
Octal 75 37 177 64 114 0 62 403 75 37
Binary 111101 11111 1111111 110100 1001100 0 110010 100000011 111101 11111

Color Harmonies of #3D1F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F7F

Black with #3D1F7F

Text Example


Text Example

White with #3D1F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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