Html Css Color HEX #3C129F Persian Indigo

📋 copy color: '#3C129F'

red 60 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #3C129F

Tints of Persian Indigo #3C129F

RGB

 RED value IS 60 (23.83% from 255) = 25.32%

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

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

R = 25.32%
G = 7.59%
B = 67.09%

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

#3C129F (or 0x3C129F) is known color: Persian Indigo. HEX triplet: 3C, 12 and 9F. RGB value is (60,18,159). Sum of RGB (Red+Green+Blue) = 60+18+159=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C129F is #C3ED60. Grayscale: #2E2E2E. Windows color (decimal): -12840289 or 10424892. OLE color: 10424892.

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

Color convert

RGB 60 18 159 -
CMYK 0.62 0.89 0 0.38
HSL 257.87º 0.8% 0.35% -
HSV(B) 257.87º 0.89% 0.62% -
XYZ 8.34 3.9 33.11 -
YUV 46.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 60 18 159 0.62 0.89 0 0.38 257.87 0.8 0.35
Hex 3C 12 9F 3E 59 0 26 102 50 23
Octal 74 22 237 76 131 0 46 402 120 43
Binary 111100 10010 10011111 111110 1011001 0 100110 100000010 1010000 100011

Color Harmonies of #3C129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C129F

Black with #3C129F

Text Example


Text Example

White with #3C129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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