Html Css Color HEX #3B129F Persian Indigo

📋 copy color: '#3B129F'

red 59 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #3B129F

Tints of Persian Indigo #3B129F

RGB

 RED value IS 59 (23.44% from 255) = 25%

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

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

R = 25%
G = 7.63%
B = 67.37%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B129F (or 0x3B129F) is known color: Persian Indigo. HEX triplet: 3B, 12 and 9F. RGB value is (59,18,159). Sum of RGB (Red+Green+Blue) = 59+18+159=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B129F is #C4ED60. Grayscale: #2D2D2D. Windows color (decimal): -12905825 or 10424891. OLE color: 10424891.

HSL color Cylindrical-coordinate representation of color #3B129F: hue angle of 257.45º 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 #3B129F is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 18 159 -
CMYK 0.63 0.89 0 0.38
HSL 257.45º 0.8% 0.35% -
HSV(B) 257.45º 0.89% 0.62% -
XYZ 8.28 3.87 33.11 -
YUV 46.33 191.58 137.04 -
System Red Green Blue C M Y K H S L
Decimal 59 18 159 0.63 0.89 0 0.38 257.45 0.8 0.35
Hex 3B 12 9F 3F 59 0 26 101 50 23
Octal 73 22 237 77 131 0 46 401 120 43
Binary 111011 10010 10011111 111111 1011001 0 100110 100000001 1010000 100011

Color Harmonies of #3B129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B129F

Black with #3B129F

Text Example


Text Example

White with #3B129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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