Html Css Color HEX #3D137C Persian Indigo

📋 copy color: '#3D137C'

red 61 ◦ green 19 ◦ blue 124

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

Shades of Persian Indigo #3D137C

Tints of Persian Indigo #3D137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.78%

R = 29.9%
G = 9.31%
B = 60.78%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D137C (or 0x3D137C) is known color: Persian Indigo. HEX triplet: 3D, 13 and 7C. RGB value is (61,19,124). Sum of RGB (Red+Green+Blue) = 61+19+124=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D137C is #C2EC83. Grayscale: #2B2B2B. Windows color (decimal): -12774532 or 8131389. OLE color: 8131389.

HSL color Cylindrical-coordinate representation of color #3D137C: hue angle of 264º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D137C is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 19 124 -
CMYK 0.51 0.85 0 0.51
HSL 264º 0.73% 0.28% -
HSV(B) 264º 0.85% 0.49% -
XYZ 5.8 2.91 19.33 -
YUV 43.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 61 19 124 0.51 0.85 0 0.51 264 0.73 0.28
Hex 3D 13 7C 33 55 0 33 108 49 1C
Octal 75 23 174 63 125 0 63 410 111 34
Binary 111101 10011 1111100 110011 1010101 0 110011 100001000 1001001 11100

Color Harmonies of #3D137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D137C

Black with #3D137C

Text Example


Text Example

White with #3D137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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