Html Css Color HEX #3C139B Persian Indigo

📋 copy color: '#3C139B'

red 60 ◦ green 19 ◦ blue 155

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

Shades of Persian Indigo #3C139B

Tints of Persian Indigo #3C139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.24%

R = 25.64%
G = 8.12%
B = 66.24%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C139B (or 0x3C139B) is known color: Persian Indigo. HEX triplet: 3C, 13 and 9B. RGB value is (60,19,155). Sum of RGB (Red+Green+Blue) = 60+19+155=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C139B is #C3EC64. Grayscale: #2E2E2E. Windows color (decimal): -12840037 or 10163004. OLE color: 10163004.

HSL color Cylindrical-coordinate representation of color #3C139B: hue angle of 258.09º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C139B is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 19 155 -
CMYK 0.61 0.88 0 0.39
HSL 258.09º 0.78% 0.34% -
HSV(B) 258.09º 0.88% 0.61% -
XYZ 8.01 3.79 31.32 -
YUV 46.76 189.08 137.44 -
System Red Green Blue C M Y K H S L
Decimal 60 19 155 0.61 0.88 0 0.39 258.09 0.78 0.34
Hex 3C 13 9B 3D 58 0 27 102 4E 22
Octal 74 23 233 75 130 0 47 402 116 42
Binary 111100 10011 10011011 111101 1011000 0 100111 100000010 1001110 100010

Color Harmonies of #3C139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C139B

Black with #3C139B

Text Example


Text Example

White with #3C139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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