Html Css Color HEX #3D0971 Persian Indigo

📋 copy color: '#3D0971'

red 61 ◦ green 9 ◦ blue 113

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

Shades of Persian Indigo #3D0971

Tints of Persian Indigo #3D0971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

 BLUE value IS 113 (44.53% from 255) = 61.75%

R = 33.33%
G = 4.92%
B = 61.75%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D0971 (or 0x3D0971) is known color: Persian Indigo. HEX triplet: 3D, 09 and 71. RGB value is (61,9,113). Sum of RGB (Red+Green+Blue) = 61+9+113=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D0971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0971 is #C2F68E. Grayscale: #242424. Windows color (decimal): -12777103 or 7407933. OLE color: 7407933.

HSL color Cylindrical-coordinate representation of color #3D0971: hue angle of 270º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0971 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 9 113 -
CMYK 0.46 0.92 0 0.56
HSL 270º 0.85% 0.24% -
HSV(B) 270º 0.92% 0.44% -
XYZ 5 2.38 15.82 -
YUV 36.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 61 9 113 0.46 0.92 0 0.56 270 0.85 0.24
Hex 3D 9 71 2E 5C 0 38 10E 55 18
Octal 75 11 161 56 134 0 70 416 125 30
Binary 111101 1001 1110001 101110 1011100 0 111000 100001110 1010101 11000

Color Harmonies of #3D0971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0971

Black with #3D0971

Text Example


Text Example

White with #3D0971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,9,113); }

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

background-color css

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

 a { background-color: rgb(61,9,113); }

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

border-color css

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

 span { border-color: rgb(61,9,113); }

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