Html Css Color HEX #3C107F Persian Indigo

📋 copy color: '#3C107F'

red 60 ◦ green 16 ◦ blue 127

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

Shades of Persian Indigo #3C107F

Tints of Persian Indigo #3C107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 127 (50% from 255) = 62.56%

R = 29.56%
G = 7.88%
B = 62.56%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C107F (or 0x3C107F) is known color: Persian Indigo. HEX triplet: 3C, 10 and 7F. RGB value is (60,16,127). Sum of RGB (Red+Green+Blue) = 60+16+127=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C107F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C107F is #C3EF80. Grayscale: #292929. Windows color (decimal): -12840833 or 8327228. OLE color: 8327228.

HSL color Cylindrical-coordinate representation of color #3C107F: hue angle of 263.78º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C107F is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 16 127 -
CMYK 0.53 0.87 0 0.50
HSL 263.78º 0.78% 0.28% -
HSV(B) 263.78º 0.87% 0.5% -
XYZ 5.88 2.86 20.32 -
YUV 41.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 60 16 127 0.53 0.87 0 0.50 263.78 0.78 0.28
Hex 3C 10 7F 35 57 0 32 108 4E 1C
Octal 74 20 177 65 127 0 62 410 116 34
Binary 111100 10000 1111111 110101 1010111 0 110010 100001000 1001110 11100

Color Harmonies of #3C107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C107F

Black with #3C107F

Text Example


Text Example

White with #3C107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,16,127); }

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

background-color css

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

 a { background-color: rgb(60,16,127); }

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

border-color css

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

 span { border-color: rgb(60,16,127); }

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