Html Css Color HEX #3C119B Persian Indigo

📋 copy color: '#3C119B'

red 60 ◦ green 17 ◦ blue 155

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

Shades of Persian Indigo #3C119B

Tints of Persian Indigo #3C119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

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

R = 25.86%
G = 7.33%
B = 66.81%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C119B (or 0x3C119B) is known color: Persian Indigo. HEX triplet: 3C, 11 and 9B. RGB value is (60,17,155). Sum of RGB (Red+Green+Blue) = 60+17+155=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C119B is #C3EE64. Grayscale: #2D2D2D. Windows color (decimal): -12840549 or 10162492. OLE color: 10162492.

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

Color convert

RGB 60 17 155 -
CMYK 0.61 0.89 0 0.39
HSL 258.7º 0.8% 0.34% -
HSV(B) 258.7º 0.89% 0.61% -
XYZ 7.98 3.73 31.31 -
YUV 45.59 189.75 138.28 -
System Red Green Blue C M Y K H S L
Decimal 60 17 155 0.61 0.89 0 0.39 258.7 0.8 0.34
Hex 3C 11 9B 3D 59 0 27 103 50 22
Octal 74 21 233 75 131 0 47 403 120 42
Binary 111100 10001 10011011 111101 1011001 0 100111 100000011 1010000 100010

Color Harmonies of #3C119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C119B

Black with #3C119B

Text Example


Text Example

White with #3C119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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