Html Css Color HEX #3C107D Persian Indigo

📋 copy color: '#3C107D'

red 60 ◦ green 16 ◦ blue 125

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

Shades of Persian Indigo #3C107D

Tints of Persian Indigo #3C107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 62.19%

R = 29.85%
G = 7.96%
B = 62.19%

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

#3C107D (or 0x3C107D) is known color: Persian Indigo. HEX triplet: 3C, 10 and 7D. RGB value is (60,16,125). Sum of RGB (Red+Green+Blue) = 60+16+125=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C107D is #C3EF82. Grayscale: #292929. Windows color (decimal): -12840835 or 8196156. OLE color: 8196156.

HSL color Cylindrical-coordinate representation of color #3C107D: hue angle of 264.22º degrees, saturation: 0.77, 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 #3C107D is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 16 125 -
CMYK 0.52 0.87 0 0.51
HSL 264.22º 0.77% 0.28% -
HSV(B) 264.22º 0.87% 0.49% -
XYZ 5.75 2.81 19.64 -
YUV 41.58 175.08 141.14 -
System Red Green Blue C M Y K H S L
Decimal 60 16 125 0.52 0.87 0 0.51 264.22 0.77 0.28
Hex 3C 10 7D 34 57 0 33 108 4D 1C
Octal 74 20 175 64 127 0 63 410 115 34
Binary 111100 10000 1111101 110100 1010111 0 110011 100001000 1001101 11100

Color Harmonies of #3C107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C107D

Black with #3C107D

Text Example


Text Example

White with #3C107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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