Html Css Color HEX #3D129F Persian Indigo

📋 copy color: '#3D129F'

red 61 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #3D129F

Tints of Persian Indigo #3D129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

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

R = 25.63%
G = 7.56%
B = 66.81%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D129F (or 0x3D129F) is known color: Persian Indigo. HEX triplet: 3D, 12 and 9F. RGB value is (61,18,159). Sum of RGB (Red+Green+Blue) = 61+18+159=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D129F is #C2ED60. Grayscale: #2E2E2E. Windows color (decimal): -12774753 or 10424893. OLE color: 10424893.

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

Color convert

RGB 61 18 159 -
CMYK 0.62 0.89 0 0.38
HSL 258.3º 0.8% 0.35% -
HSV(B) 258.3º 0.89% 0.62% -
XYZ 8.4 3.93 33.12 -
YUV 46.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 61 18 159 0.62 0.89 0 0.38 258.3 0.8 0.35
Hex 3D 12 9F 3E 59 0 26 102 50 23
Octal 75 22 237 76 131 0 46 402 120 43
Binary 111101 10010 10011111 111110 1011001 0 100110 100000010 1010000 100011

Color Harmonies of #3D129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D129F

Black with #3D129F

Text Example


Text Example

White with #3D129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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