Html Css Color HEX #3D139D Persian Indigo

📋 copy color: '#3D139D'

red 61 ◦ green 19 ◦ blue 157

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

Shades of Persian Indigo #3D139D

Tints of Persian Indigo #3D139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

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

R = 25.74%
G = 8.02%
B = 66.24%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D139D (or 0x3D139D) is known color: Persian Indigo. HEX triplet: 3D, 13 and 9D. RGB value is (61,19,157). Sum of RGB (Red+Green+Blue) = 61+19+157=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D139D is #C2EC62. Grayscale: #2E2E2E. Windows color (decimal): -12774499 or 10294077. OLE color: 10294077.

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

Color convert

RGB 61 19 157 -
CMYK 0.61 0.88 0 0.38
HSL 258.26º 0.78% 0.35% -
HSV(B) 258.26º 0.88% 0.62% -
XYZ 8.24 3.89 32.22 -
YUV 47.29 189.91 137.78 -
System Red Green Blue C M Y K H S L
Decimal 61 19 157 0.61 0.88 0 0.38 258.26 0.78 0.35
Hex 3D 13 9D 3D 58 0 26 102 4E 23
Octal 75 23 235 75 130 0 46 402 116 43
Binary 111101 10011 10011101 111101 1011000 0 100110 100000010 1001110 100011

Color Harmonies of #3D139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D139D

Black with #3D139D

Text Example


Text Example

White with #3D139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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