Html Css Color HEX #3C117E Persian Indigo

📋 copy color: '#3C117E'

red 60 ◦ green 17 ◦ blue 126

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

Shades of Persian Indigo #3C117E

Tints of Persian Indigo #3C117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 62.07%

R = 29.56%
G = 8.37%
B = 62.07%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C117E (or 0x3C117E) is known color: Persian Indigo. HEX triplet: 3C, 11 and 7E. RGB value is (60,17,126). Sum of RGB (Red+Green+Blue) = 60+17+126=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C117E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C117E is #C3EE81. Grayscale: #292929. Windows color (decimal): -12840578 or 8261948. OLE color: 8261948.

HSL color Cylindrical-coordinate representation of color #3C117E: hue angle of 263.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C117E is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 17 126 -
CMYK 0.52 0.87 0 0.51
HSL 263.67º 0.76% 0.28% -
HSV(B) 263.67º 0.87% 0.49% -
XYZ 5.83 2.87 19.98 -
YUV 42.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 60 17 126 0.52 0.87 0 0.51 263.67 0.76 0.28
Hex 3C 11 7E 34 57 0 33 108 4C 1C
Octal 74 21 176 64 127 0 63 410 114 34
Binary 111100 10001 1111110 110100 1010111 0 110011 100001000 1001100 11100

Color Harmonies of #3C117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C117E

Black with #3C117E

Text Example


Text Example

White with #3C117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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