Html Css Color HEX #3D199D Persian Indigo

📋 copy color: '#3D199D'

red 61 ◦ green 25 ◦ blue 157

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

Shades of Persian Indigo #3D199D

Tints of Persian Indigo #3D199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.29%

 BLUE value IS 157 (61.72% from 255) = 64.61%

R = 25.1%
G = 10.29%
B = 64.61%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D199D (or 0x3D199D) is known color: Persian Indigo. HEX triplet: 3D, 19 and 9D. RGB value is (61,25,157). Sum of RGB (Red+Green+Blue) = 61+25+157=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D199D is #C2E662. Grayscale: #323232. Windows color (decimal): -12772963 or 10295613. OLE color: 10295613.

HSL color Cylindrical-coordinate representation of color #3D199D: hue angle of 256.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D199D is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 25 157 -
CMYK 0.61 0.84 0 0.38
HSL 256.36º 0.73% 0.36% -
HSV(B) 256.36º 0.84% 0.62% -
XYZ 8.36 4.12 32.25 -
YUV 50.81 187.93 135.27 -
System Red Green Blue C M Y K H S L
Decimal 61 25 157 0.61 0.84 0 0.38 256.36 0.73 0.36
Hex 3D 19 9D 3D 54 0 26 100 49 24
Octal 75 31 235 75 124 0 46 400 111 44
Binary 111101 11001 10011101 111101 1010100 0 100110 100000000 1001001 100100

Color Harmonies of #3D199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D199D

Black with #3D199D

Text Example


Text Example

White with #3D199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,25,157); }

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

background-color css

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

 a { background-color: rgb(61,25,157); }

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

border-color css

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

 span { border-color: rgb(61,25,157); }

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