Html Css Color HEX #3C139F Persian Indigo

📋 copy color: '#3C139F'

red 60 ◦ green 19 ◦ blue 159

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

Shades of Persian Indigo #3C139F

Tints of Persian Indigo #3C139F

RGB

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

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

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

R = 25.21%
G = 7.98%
B = 66.81%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C139F (or 0x3C139F) is known color: Persian Indigo. HEX triplet: 3C, 13 and 9F. RGB value is (60,19,159). Sum of RGB (Red+Green+Blue) = 60+19+159=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 19 (7.81% from 255 or 7.98% 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 #3C139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C139F is #C3EC60. Grayscale: #2E2E2E. Windows color (decimal): -12840033 or 10425148. OLE color: 10425148.

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

Color convert

RGB 60 19 159 -
CMYK 0.62 0.88 0 0.38
HSL 257.57º 0.79% 0.35% -
HSV(B) 257.57º 0.88% 0.62% -
XYZ 8.35 3.93 33.12 -
YUV 47.22 191.08 137.12 -
System Red Green Blue C M Y K H S L
Decimal 60 19 159 0.62 0.88 0 0.38 257.57 0.79 0.35
Hex 3C 13 9F 3E 58 0 26 102 4F 23
Octal 74 23 237 76 130 0 46 402 117 43
Binary 111100 10011 10011111 111110 1011000 0 100110 100000010 1001111 100011

Color Harmonies of #3C139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C139F

Black with #3C139F

Text Example


Text Example

White with #3C139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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