Html Css Color HEX #3D179F Persian Indigo

📋 copy color: '#3D179F'

red 61 ◦ green 23 ◦ blue 159

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

Shades of Persian Indigo #3D179F

Tints of Persian Indigo #3D179F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

 BLUE value IS 159 (62.5% from 255) = 65.43%

R = 25.1%
G = 9.47%
B = 65.43%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D179F (or 0x3D179F) is known color: Persian Indigo. HEX triplet: 3D, 17 and 9F. RGB value is (61,23,159). Sum of RGB (Red+Green+Blue) = 61+23+159=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D179F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D179F is #C2E860. Grayscale: #313131. Windows color (decimal): -12773473 or 10426173. OLE color: 10426173.

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

Color convert

RGB 61 23 159 -
CMYK 0.62 0.86 0 0.38
HSL 256.76º 0.75% 0.36% -
HSV(B) 256.76º 0.86% 0.62% -
XYZ 8.49 4.11 33.15 -
YUV 49.87 189.59 135.94 -
System Red Green Blue C M Y K H S L
Decimal 61 23 159 0.62 0.86 0 0.38 256.76 0.75 0.36
Hex 3D 17 9F 3E 56 0 26 101 4B 24
Octal 75 27 237 76 126 0 46 401 113 44
Binary 111101 10111 10011111 111110 1010110 0 100110 100000001 1001011 100100

Color Harmonies of #3D179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D179F

Black with #3D179F

Text Example


Text Example

White with #3D179F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,23,159); }

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

background-color css

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

 a { background-color: rgb(61,23,159); }

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

border-color css

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

 span { border-color: rgb(61,23,159); }

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