Html Css Color HEX #3C147F Persian Indigo

📋 copy color: '#3C147F'

red 60 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #3C147F

Tints of Persian Indigo #3C147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.66%

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

R = 28.99%
G = 9.66%
B = 61.35%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C147F (or 0x3C147F) is known color: Persian Indigo. HEX triplet: 3C, 14 and 7F. RGB value is (60,20,127). Sum of RGB (Red+Green+Blue) = 60+20+127=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C147F is #C3EB80. Grayscale: #2B2B2B. Windows color (decimal): -12839809 or 8328252. OLE color: 8328252.

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

Color convert

RGB 60 20 127 -
CMYK 0.53 0.84 0 0.50
HSL 262.43º 0.73% 0.29% -
HSV(B) 262.43º 0.84% 0.5% -
XYZ 5.94 2.99 20.34 -
YUV 44.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 60 20 127 0.53 0.84 0 0.50 262.43 0.73 0.29
Hex 3C 14 7F 35 54 0 32 106 49 1D
Octal 74 24 177 65 124 0 62 406 111 35
Binary 111100 10100 1111111 110101 1010100 0 110010 100000110 1001001 11101

Color Harmonies of #3C147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C147F

Black with #3C147F

Text Example


Text Example

White with #3C147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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